vimrc: remove extempore; zshrc: better clipboard clearing mechanism

This commit is contained in:
2018-09-25 15:36:26 +02:00
parent 998e06f253
commit 4d8cd3292a
2 changed files with 1 additions and 2 deletions

2
zshrc
View File

@@ -59,7 +59,7 @@ alias emptytrash="sudo rm -rfv /Volumes/*/.Trashes; sudo rm -rfv ~/.Trash; sudo
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 pbclear="echo -n '' | pbcopy"
PROMPT="%{$fg[red]%}%n%{$fg[white]%} at %{$fg[green]%}%m%{$fg[white]%}"$'\n'"=> "
expand-or-complete-with-dots(){