Play with colors--and make it worse...
This commit is contained in:
parent
ee86aae463
commit
4abd1a6ffc
10 changed files with 120 additions and 57 deletions
|
@ -7,6 +7,7 @@ alias .....="cd ../../../.."
|
|||
alias a="ls -l --human-readable --all --color=auto"
|
||||
alias agc="ag-count"
|
||||
alias agh="ag --hidden"
|
||||
alias awsi="aws sts get-caller-identity"
|
||||
alias awsp="aws-profile"
|
||||
alias b="bundle"
|
||||
alias be="bundle exec"
|
||||
|
|
|
@ -23,6 +23,9 @@ if [[ "$OSTYPE" == darwin* ]]; then
|
|||
source $HOME/.aliases-mac
|
||||
fi
|
||||
|
||||
# vim mode
|
||||
bindkey -v
|
||||
|
||||
# Bind insert_sudo function
|
||||
zle -N insert-sudo
|
||||
bindkey "^z" insert-sudo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue