diff options
author | Rory&::Emma <root@rory.gay> | 2024-08-01 20:36:51 +0000 |
---|---|---|
committer | Rory&::Emma <root@rory.gay> | 2024-08-01 20:36:51 +0000 |
commit | b618c2bb7aa621ea9216fc729bf0c3eff9ac09ef (patch) | |
tree | 02f5e6301d228b8ac6f88a08d0569fbbdbd009d6 /modules/users | |
parent | Fix LinuxMint draupnir ip (diff) | |
download | Rory-Open-Architecture-b618c2bb7aa621ea9216fc729bf0c3eff9ac09ef.tar.xz |
Server changes
Diffstat (limited to 'modules/users')
-rwxr-xr-x | modules/users/Rory.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/users/Rory.nix b/modules/users/Rory.nix index 5e09c09..2556c1c 100755 --- a/modules/users/Rory.nix +++ b/modules/users/Rory.nix @@ -121,7 +121,7 @@ # - dotnet alias drun='dotnet watch run --no-hot-reload --property WarningLevel=0' alias dbuild='dotnet watch build --no-hot-reload --property WarningLevel=0' - alias ls='lsd -lA --color=always --icon=always' + alias ls='lsd -lAhF --color=always --icon=always' alias transfetch='neofetch --kitty ~/trans_witch.jpg' alias gc='git-commit' [ -f "$HOME/.profile" ] && . $HOME/.profile |