diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2017-05-29 15:24:19 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2017-05-29 15:24:19 +0100 |
commit | 30159ed9546bf6cf58f5c96b790cca59b2d418c4 (patch) | |
tree | 7f03541a672b62bada5909f468da1aae97224d1f /bashrc | |
parent | dev dir aliases (diff) | |
download | util-30159ed9546bf6cf58f5c96b790cca59b2d418c4.tar.bz2 util-30159ed9546bf6cf58f5c96b790cca59b2d418c4.tar.xz util-30159ed9546bf6cf58f5c96b790cca59b2d418c4.zip |
Don't quote things with ls
Diffstat (limited to 'bashrc')
-rw-r--r-- | bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ alias :e="gvim" alias d="cd ~/dev" alias p="cd ~/dev/portage" alias ChuckNorris="sudo" -alias l="/bin/ls -lhvF --color" +alias l="/bin/ls -NlhvF --color" alias grep="/bin/grep -I --color=auto --exclude-dir=CVS --exclude-dir=.git --exclude-dir=.svn --exclude-dir=bin --exclude=tags --exclude-dir=docs/html" alias emerge-state='watch "( ps -fC sandbox ; tail /var/log/emerge.log /var/tmp/portage/*/*/temp/build.log 2> /dev/null )"' title() { |