mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-09 02:24:03 +01:00
more plugins
This commit is contained in:
parent
5b5c789551
commit
1f9a859014
2 changed files with 17 additions and 5 deletions
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue