Restructure functions
This commit is contained in:
@@ -25,17 +25,12 @@ alias p4='pushd +4'
|
||||
alias o=popd
|
||||
alias d='dirs -v'
|
||||
|
||||
# fast greps
|
||||
alias grep='grep --color=auto --exclude=\.svn'
|
||||
alias grepphp='grep -n --include=*.php'
|
||||
alias grepjs='grep -n --include=*.js'
|
||||
# default grep opts
|
||||
alias grep='grep --color=auto --exclude-dir .git'
|
||||
|
||||
# Wget prefix
|
||||
alias wget='wget --directory-prefix="$HOME/Downloads"'
|
||||
|
||||
# ssh-agent key lifetime
|
||||
alias ssh-add="ssh-add -t 43200"
|
||||
|
||||
# Pretty print sqlite3
|
||||
alias sqlite3="sqlite3 -header -column"
|
||||
|
||||
|
Reference in New Issue
Block a user