]> git.friedersdorff.com Git - max/dotfiles.git/blobdiff - bash/.bash_aliases
Pipe output of ls -lah to less -r
[max/dotfiles.git] / bash / .bash_aliases
index 9c3be03e70c93ca21cd532027bd7aaa033bb2b12..879f20c0842763407e4f728a9b1888ad1dac4b62 100644 (file)
@@ -9,4 +9,7 @@ if [ -x /usr/bin/dircolors ]; then
     alias egrep='egrep --color=auto'
 fi
 
-alias la='ls -lah'
+function la {
+        \ls -lah --color=always "$@" | less -r
+}
+alias tmux='TERM=xterm-256color tmux'