summaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2018-05-18 16:17:34 -0700
committerBen Sima <ben@bsima.me>2018-05-18 16:17:34 -0700
commitedf4b98a318ce0578ad47c43ce600a566685a36d (patch)
tree8c88ae3247ef126aff4f58555fd77f0af53a4ce1 /home.nix
parentb8c8f8b55736ce8910f5ae679733b5c02bf42d2e (diff)
Add ll bash alias
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/home.nix b/home.nix
index 9447b89..cc33f72 100644
--- a/home.nix
+++ b/home.nix
@@ -64,6 +64,7 @@ template = ~/.config/nixpkgs/git-commit-template
programs.bash = {
enable = true;
shellAliases = {
+ ll = "ls -l";
a = "fasd -a"; # any
s = "fasd -si"; # show / search / select
d = "fasd -d"; # directory