|
|
@ -128,15 +128,11 @@ f() { |
|
|
|
cd "$(cat "${XDG_CACHE_HOME:=${HOME}/.cache}/fff/.fff_d")" |
|
|
|
} |
|
|
|
|
|
|
|
bindkey -s "^p" "~/.local/bin/tmuxs\n" |
|
|
|
bindkey -s "^f" "~/.local/bin/tmuxs\n" |
|
|
|
|
|
|
|
#export TERM=linux |
|
|
|
export EDITOR=nvim |
|
|
|
export PATH=$HOME/.local/bin:$PATH |
|
|
|
export PATH=$HOME/go/bin:$PATH |
|
|
|
|
|
|
|
resetcursor() { |
|
|
|
# must be wrapped like this so zsh knows it's zero characters. |
|
|
|
echo -e '%{\e]50;CursorShape=1%}' |
|
|
|
} |
|
|
|
export PS1="$(resetcursor)$PS1" |
|
|
|
export PS1="$PS1" |