diff options
Diffstat (limited to 'nix_archive/nix/programs')
| -rw-r--r-- | nix_archive/nix/programs/bash.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nix_archive/nix/programs/bash.nix b/nix_archive/nix/programs/bash.nix index 571b4fe..cf18376 100644 --- a/nix_archive/nix/programs/bash.nix +++ b/nix_archive/nix/programs/bash.nix @@ -9,6 +9,7 @@ programs.bash = { enable = true; shellAliases = { + ls = "ls --ignore=lost+found --color=auto"; cp = "rsync -av"; top = "htop"; bc = "bc -l"; |