Uppdate zshrc.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
""" vim config
|
||||
""" Author: Chun Li
|
||||
|
||||
|
||||
""" PLUGINS
|
||||
call plug#begin('~/.vim/plugged')
|
||||
if filereadable(expand("~/.vimrc.bundles"))
|
||||
|
||||
@@ -14,7 +14,15 @@ compinit
|
||||
PROMPT='%F{magenta}%* %F{cyan}%~ %(?.%F{green}.%F{red})%#%f '
|
||||
|
||||
alias ls='ls --color=auto'
|
||||
alias vim='nvim'
|
||||
|
||||
# Fun tools
|
||||
alias transcat='queercat -f transgender'
|
||||
alias bicat='queercat -f bisexual'
|
||||
|
||||
# Install packages locally to prevent interference with packages installed with pacman
|
||||
PATH=$PATH:~/.npm-global/bin
|
||||
export GEM_HOME="$(gem env user_gemhome)"
|
||||
PATH="$PATH:$GEM_HOME/bin"
|
||||
|
||||
source <(fzf --zsh)
|
||||
|
||||
Reference in New Issue
Block a user