vimrc: remove extempore; zshrc: better clipboard clearing mechanism
This commit is contained in:
1
vimrc
1
vimrc
@@ -99,7 +99,6 @@ Plugin 'rust-lang/rust.vim'
|
|||||||
Plugin 'kchmck/vim-coffee-script'
|
Plugin 'kchmck/vim-coffee-script'
|
||||||
Plugin 'isRuslan/vim-es6'
|
Plugin 'isRuslan/vim-es6'
|
||||||
Plugin 'zig-lang/zig.vim'
|
Plugin 'zig-lang/zig.vim'
|
||||||
Plugin 'timburgess/extempore.vim'
|
|
||||||
|
|
||||||
" Custom bundles
|
" Custom bundles
|
||||||
if filereadable(expand("~/.vim.local/bundles.vim"))
|
if filereadable(expand("~/.vim.local/bundles.vim"))
|
||||||
|
2
zshrc
2
zshrc
@@ -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 loc="cloc --read-lang-def=/Users/veitheller/.scripts/cloc.txt *"
|
||||||
alias ls="ls -a"
|
alias ls="ls -a"
|
||||||
alias quit="exit"
|
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'"=> "
|
PROMPT="%{$fg[red]%}%n%{$fg[white]%} at %{$fg[green]%}%m%{$fg[white]%}"$'\n'"=> "
|
||||||
|
|
||||||
expand-or-complete-with-dots(){
|
expand-or-complete-with-dots(){
|
||||||
|
Reference in New Issue
Block a user