Play with colors--and make it worse...

This commit is contained in:
Andrew Tomaka 2021-11-07 10:27:46 -05:00
parent ee86aae463
commit 4abd1a6ffc
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE
10 changed files with 120 additions and 57 deletions

View file

@ -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"

View file

@ -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