added key bindings for panel nav
This commit is contained in:
parent
9b50b562ed
commit
d81ffc1a90
4 changed files with 42 additions and 6 deletions
25
zsh/zshrc
25
zsh/zshrc
|
@ -47,10 +47,10 @@ HIST_STAMPS="yyyy-mm-dd"
|
|||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||
# Add wisely, as too many plugins slow down shell startup.
|
||||
# plugins=(git)
|
||||
plugins=(sudo taskwarrior common-aliases git-flow github keybase vi-mode battery web-search)
|
||||
plugins=(sudo taskwarrior common-aliases git-flow github keybase vi-mode battery python)
|
||||
|
||||
# User configuration
|
||||
export PATH="/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin:/home/kellya/bin:/home/kellya/incoming/git-annex.linux:/home/kellya/bin/keybase/bin"
|
||||
export PATH="/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin:/home/kellya/bin:/home/kellya/incoming/git-annex.linux:/home/kellya/bin/keybase/bin:/home/kellya/.local/bin"
|
||||
# export MANPATH="/usr/local/man:$MANPATH"
|
||||
|
||||
|
||||
|
@ -119,4 +119,23 @@ prompt_git () {
|
|||
|
||||
|
||||
# hyperdrive autocomplete setup
|
||||
HYPERDRIVE_AC_ZSH_SETUP_PATH=/home/kellya/.cache/hyperdrive-daemon/autocomplete/zsh_setup && test -f $HYPERDRIVE_AC_ZSH_SETUP_PATH && source $HYPERDRIVE_AC_ZSH_SETUP_PATH;
|
||||
HYPERDRIVE_AC_ZSH_SETUP_PATH=/home/kellya/.cache/hyperdrive-daemon/autocomplete/zsh_setup && test -f $HYPERDRIVE_AC_ZSH_SETUP_PATH && source $HYPERDRIVE_AC_ZSH_SETUP_PATH;
|
||||
alias vi=nvim
|
||||
alias ashow="litecli --auto-vertical-output /home/kellya/snap/accountable2you/common/storage.db -e \"select * from log;\""
|
||||
alias akill="litecli --auto-vertical-output /home/kellya/snap/accountable2you/common/storage.db -e \"delete from log;\""
|
||||
fpath+=~/.zfunc
|
||||
compinit
|
||||
kitty + complete setup zsh | source /dev/stdin
|
||||
#
|
||||
# Enable 'z' tracking for directory speediness
|
||||
source /usr/libexec/z.sh
|
||||
|
||||
export PATH="$HOME/.poetry/bin:$PATH"
|
||||
|
||||
#function chpwd() {
|
||||
# if [ -r $PWD/.zsh_config ]; then
|
||||
# source $PWD/.zsh_config
|
||||
# else
|
||||
# source $HOME/.zshrc
|
||||
# fi
|
||||
#}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue