added a few configs and a private zshrc
This commit is contained in:
7
zshrc
7
zshrc
@@ -29,7 +29,7 @@ export PYTHONSTARTUP=~/.pythonrc
|
||||
export NODE_PATH=/usr/local/lib/node_modules
|
||||
export TERM=rxvt
|
||||
export LC_ALL=$LANG
|
||||
alias ..="cd .."
|
||||
export JAVA_HOME=`/usr/libexec/java_home -v 1.8`
|
||||
alias vi="stty stop '' -ixoff ; vim"
|
||||
alias gcc="gcc-5"
|
||||
alias g++="g++-5"
|
||||
@@ -65,8 +65,8 @@ alias emptytrash="sudo rm -rfv /Volumes/*/.Trashes; sudo rm -rfv ~/.Trash; sudo
|
||||
alias dud="du -d 1"
|
||||
alias loc="cloc *"
|
||||
alias ls="ls -a"
|
||||
alias exit="killall tmux"
|
||||
alias quit="exit"
|
||||
#alias exit="killall tmux"
|
||||
alias howmuch="git ls-tree -r -z --name-only HEAD -- . | xargs -0 -n1 git blame --line-porcelain HEAD | grep '^author '| sort | uniq -c | sort -nr"
|
||||
alias clipboard_clear="echo lol | pbcopy"
|
||||
alias vlc="/Applications/VLC.app/Contents/MacOS/VLC"
|
||||
@@ -74,7 +74,6 @@ alias tmv="tmux split-window"
|
||||
alias tmh="tmux split-window -h"
|
||||
alias tms="tmux select-pane -t"
|
||||
alias tmk="killall tmux; tmux"
|
||||
alias emacs="/usr/local/Cellar/emacs/24.5/Emacs.app/Contents/MacOS/Emacs -nw"
|
||||
PROMPT="%{$fg[green]%}<%{$fg[red]%}%n%{$reset_color%}@%{$fg[green]%}%m%{$fg[green]%}>%{$reset_color%} "
|
||||
|
||||
expand-or-complete-with-dots(){
|
||||
@@ -413,3 +412,5 @@ function zeptosay () {
|
||||
}
|
||||
|
||||
fortune | cowsay
|
||||
|
||||
~/.zshrc.priv
|
||||
|
||||
Reference in New Issue
Block a user