all: remove tmux; ghci: remove lambda prompt
This commit is contained in:
5
zshrc
5
zshrc
@@ -63,10 +63,6 @@ alias loc="cloc --read-lang-def=/Users/veitheller/.scripts/cloc.txt *"
|
||||
alias ls="ls -a"
|
||||
alias quit="exit"
|
||||
alias clipboard_clear="echo lol | pbcopy"
|
||||
alias tmv="tmux split-window"
|
||||
alias tmh="tmux split-window -h"
|
||||
alias tms="tmux select-pane -t"
|
||||
alias tmk="killall tmux; tmux"
|
||||
PROMPT="%{$fg[red]%}%n%{$fg[white]%} at %{$fg[green]%}%m%{$fg[white]%}"$'\n'"=> "
|
||||
|
||||
expand-or-complete-with-dots(){
|
||||
@@ -197,7 +193,6 @@ save_dotfiles(){
|
||||
cp ~/.inputrc ${DOTPATH}inputrc
|
||||
cp ~/.pip-upgrade ${DOTPATH}pip-upgrade
|
||||
cp ~/.pythonrc ${DOTPATH}pythonrc
|
||||
cp ~/.tmux.conf ${DOTPATH}tmux.conf
|
||||
cp ~/.valgrindrc ${DOTPATH}valgrindrc
|
||||
cp ~/.vimrc ${DOTPATH}vimrc
|
||||
cp ~/.zeptorc ${DOTPATH}zeptorc
|
||||
|
Reference in New Issue
Block a user