more plugins

This commit is contained in:
Fred Klassen 2023-02-05 17:33:28 -08:00
commit 1f9a859014
No known key found for this signature in database
GPG key ID: E9E2149793BDE17E
2 changed files with 17 additions and 5 deletions

View file

@ -35,7 +35,7 @@ TRAPHUP() {
source $ohmyzsh/custom/aliases.zsh
}
alias ae='vim $oh-my-zsh/custom/aliases.zsh' #alias edit
alias ae='vi $ohmyzsh/custom/aliases.zsh' #alias edit
alias arl='source $oh-my-zsh/custom/aliases.zsh' #alias reload
alias gar="killall -HUP -u \"$USER\" zsh" #global alias reload
@ -56,6 +56,3 @@ alias :q='exit'
# vimrc editing
alias ve='vi ~/.vimrc'
# map fasd to autojump
alias 'z=j'

View file

@ -75,6 +75,19 @@ plugins=(
alias-finder
aliases
autojump
command-not-found
common-aliases
compleat
copybuffer
copyfile
copypath
dirhistory
docker
extract
fd
jfrog
man
vscode
)
source $ZSH/oh-my-zsh.sh
@ -104,4 +117,6 @@ source $ZSH/oh-my-zsh.sh
# Example aliases
# alias zshconfig="mate ~/.zshrc"
# alias ohmyzsh="mate ~/.oh-my-zsh"
[ -f /usr/local/etc/profile.d/autojump.sh ] && . /usr/local/etc/profile.d/autojump.sh
[ -f /usr/local/etc/profile.d/autojump.sh ] && . /usr/local/etc/profile.d/autojump.sh
ZSH_ALIAS_FINDER_AUTOMATIC=true