remove aliases that were duplicated by stand-alone taskwarrior aliases
This commit is contained in:
parent
392ad736ea
commit
caafa2bfd3
1 changed files with 4 additions and 10 deletions
14
dot_zshrc
14
dot_zshrc
|
@ -55,7 +55,7 @@ HIST_STAMPS="yyyy-mm-dd"
|
||||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||||
# Add wisely, as too many plugins slow down shell startup.
|
# Add wisely, as too many plugins slow down shell startup.
|
||||||
# plugins=(git)
|
# plugins=(git)
|
||||||
plugins=(sudo taskwarrior common-aliases git-flow vi-mode fzf python poetry)
|
plugins=(sudo taskwarrior timewarrior common-aliases git-flow vi-mode fzf python poetry)
|
||||||
#plugins+=(zsh-vi-mode)
|
#plugins+=(zsh-vi-mode)
|
||||||
plugins+=(fzf-tab)
|
plugins+=(fzf-tab)
|
||||||
plugins+=(docker)
|
plugins+=(docker)
|
||||||
|
@ -87,23 +87,20 @@ show_virtual_env() {
|
||||||
#--------- End of direnv block ------------------------------------------------
|
#--------- End of direnv block ------------------------------------------------
|
||||||
|
|
||||||
unsetopt histverify
|
unsetopt histverify
|
||||||
alias in='task add +in'
|
|
||||||
alias rtask="task rc:/home/kellya/.taskrc_tinslin"
|
alias rtask="task rc:/home/kellya/.taskrc_tinslin"
|
||||||
alias atwork="task context work"
|
|
||||||
alias athome="task context home"
|
|
||||||
alias atschool="task context school"
|
|
||||||
alias atnone="task context none;"
|
|
||||||
alias icat="kitty +kitten icat"
|
alias icat="kitty +kitten icat"
|
||||||
alias d="kitty +kitten diff"
|
alias d="kitty +kitten diff"
|
||||||
#eval "$(ntfy shell-integration)"
|
#eval "$(ntfy shell-integration)"
|
||||||
#source /usr/share/gems/gems/tmuxinator-0.6.11/completion/tmuxinator.zsh
|
#source /usr/share/gems/gems/tmuxinator-0.6.11/completion/tmuxinator.zsh
|
||||||
source ~/.private_aliases
|
source ~/.private_aliases
|
||||||
|
#Load taskwarrior alias file
|
||||||
|
source ~/.taskwarrior_aliases/taskwarrior_aliases
|
||||||
|
|
||||||
source /usr/bin/virtualenvwrapper.sh
|
source /usr/bin/virtualenvwrapper.sh
|
||||||
|
|
||||||
|
|
||||||
#Aliases
|
#Aliases
|
||||||
alias dum='du -sh *|egrep ".*\.?[0-9]M"'
|
alias dum='du -sh *|egrep ".*\.?[0-9]M"'
|
||||||
alias keploy='echo -e "\e[101;97mKeploy was removed, its functionality is already built in ssh-copy-id, just use that\e[49m"; ssh-copy-id'
|
|
||||||
alias shrug='curl shrug.io|xclip'
|
alias shrug='curl shrug.io|xclip'
|
||||||
alias weather='curl wttr.in'
|
alias weather='curl wttr.in'
|
||||||
alias ipython='ipython --no-confirm-exit'
|
alias ipython='ipython --no-confirm-exit'
|
||||||
|
@ -192,6 +189,3 @@ PROG=tea _CLI_ZSH_AUTOCOMPLETE_HACK=1 source /home/kellya/.config/tea/autocomple
|
||||||
export PATH="/home/kellya/.deta/bin:$PATH"
|
export PATH="/home/kellya/.deta/bin:$PATH"
|
||||||
|
|
||||||
eval $(thefuck --alias)
|
eval $(thefuck --alias)
|
||||||
|
|
||||||
#Load taskwarrior alias file
|
|
||||||
source ~/.taskwarrior_aliases/taskwarrior_aliases
|
|
||||||
|
|
Loading…
Reference in a new issue