Trims fat and renames files
This commit is contained in:
parent
6021ad3194
commit
4563550969
40 changed files with 233 additions and 352 deletions
31
.zsh_profile
31
.zsh_profile
|
|
@ -1,31 +0,0 @@
|
|||
export PATH=$HOME/bin:/opt/local/bin:/opt/local/sbin:$PATH
|
||||
|
||||
echo "Welcome back, $USER"
|
||||
|
||||
# use vi bindings for terminal input
|
||||
set -o vi
|
||||
|
||||
# aliases
|
||||
source $HOME/pc_settings/.w_aliases.sh
|
||||
|
||||
# functions
|
||||
source $HOME/pc_settings/.w_functions.sh
|
||||
|
||||
# BEGIN: bindkeys
|
||||
bindkey "^R" history-incremental-search-backward
|
||||
|
||||
bindkey -M viins 'jj' vi-cmd-mode
|
||||
# END: bindkeys
|
||||
|
||||
# export docker env variables
|
||||
# re-enable this line when using docker otherwise you will receive
|
||||
# a TLS error since docker-machine won't be running
|
||||
# eval "$(docker-machine env default)"
|
||||
|
||||
# run cmatrix command for 3 seconds before exiting
|
||||
#. $HOME/pc_settings/.matrix_intro.sh
|
||||
|
||||
# syntax highlighting for CLI; if not installed, run the following command
|
||||
# brew install zsh-syntax-highlighting
|
||||
source /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue