Verified Commit 3c2afa2f authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Add "cat" shell alias

parent d0c88d76
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -22,6 +22,10 @@ alias egrep='~/.shell/bin/grep-auto-exclude egrep -n'
# special vim
alias vim="FROM_ALIAS=yes ~/.vim/bin/vim.remote"

# work-around for muscle memory
type less >/dev/null 2>&1 &&
alias cat="less -F"


## Common miss-spellings
## =====================