Browse Source

zshrc changes

master
Juni Kim 2 years ago
parent
commit
1d3aad8dae
  1. 8
      dots/zshrc

8
dots/zshrc

@ -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"
Loading…
Cancel
Save