Added compdefas
This commit is contained in:
parent
c481df0ed3
commit
ff88d697e0
29
shells/zshrc
29
shells/zshrc
@ -110,7 +110,7 @@ alias skim="(head -5; tail -5) <"
|
||||
alias cp='rsync --partial -ha --info=progress2 "$@"'
|
||||
mv() { /bin/mv -v "$@" }
|
||||
m() { mv "$@" }
|
||||
compdef _cp c cfat m mv cp copy
|
||||
#compdef _cp c cfat m mv cp
|
||||
alias dt='date "+%F %T"'
|
||||
alias awake='disphost; while true; do xdotool mousemove 0 0; sleep 60; done'
|
||||
alias adk='/home/stonewareslord/Applications/adk/bin/studio.sh & disown'
|
||||
@ -350,6 +350,15 @@ tsh(){
|
||||
echo "\n\n\n\n\n\n\n\n\n\nSESSION CLOSED\n\n\n\n\n\n\n\n\n\n"
|
||||
fi
|
||||
}
|
||||
compdefas () {
|
||||
local a
|
||||
a="$1"
|
||||
shift
|
||||
compdef "$_comps[$a]" "${(@)*}=$a"
|
||||
}
|
||||
compdefas ssh tsh
|
||||
compdefas mv m mv
|
||||
compdefas rsync c cp cfat
|
||||
mcl(){
|
||||
mkdir -p $1
|
||||
cd $1
|
||||
@ -486,23 +495,6 @@ k(){
|
||||
#source ~/.zsh/*.zsh
|
||||
# To resize,
|
||||
# :%S/\[([# ]{9})\]/[\1 ]
|
||||
####echo -ne '[# ]\r'
|
||||
####antigen bundle Schnouki/git-annex-zsh-completion
|
||||
###echo -ne '[## ]\r'
|
||||
###antigen bundle stonewareslord/omg
|
||||
###echo -ne '[### ]\r'
|
||||
###antigen theme stonewareslord/oh-my-git-themes af-magic
|
||||
###echo -ne '[#### ]\r'
|
||||
###antigen bundle stonewareslord/lpr
|
||||
####echo -ne '[##### ]\r'
|
||||
####antigen bundle zsh-users/zsh-completions src
|
||||
####echo -ne '[###### ]\r'
|
||||
####antigen bundle sharat87/autoenv
|
||||
###echo -ne '[####### ]\r'
|
||||
###antigen bundle zsh-users/zsh-syntax-highlighting
|
||||
###echo -ne '[######## ]\r'
|
||||
###antigen apply
|
||||
###echo -ne '[#########]\r'
|
||||
echo -ne '[# ]\r'
|
||||
antigen bundle stonewareslord/omg
|
||||
echo -ne '[## ]\r'
|
||||
@ -520,5 +512,4 @@ echo
|
||||
. /home/stonewareslord/.opam/opam-init/init.zsh > /dev/null 2> /dev/null || true
|
||||
(( $+TMUX )) && unset zle_bracketed_paste
|
||||
|
||||
|
||||
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
||||
|
Loading…
Reference in New Issue
Block a user