Преглед изворни кода

Added bash alias `lla` for `ll -a`

Alois Mahdal пре 12 година
родитељ
комит
d35fac0f3d
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1
    0
      dotfiles/bash/global-before.bashrc

+ 1
- 0
dotfiles/bash/global-before.bashrc Прегледај датотеку

@@ -14,6 +14,7 @@ export GLOBIGNORE=.:..
14 14
 
15 15
 # some more aliases
16 16
 alias ll='ls -lh'
17
+alias lla='ls -lha'
17 18
 alias open='gnome-open'
18 19
 alias diff='diff -u'
19 20
 alias pad4='sed -e "s/^/    /"'