From 1d3aad8daee3ce52119ca74b62e17faf8aab11ce Mon Sep 17 00:00:00 2001 From: Juni Kim Date: Tue, 14 Feb 2023 12:38:07 -0500 Subject: [PATCH] zshrc changes --- dots/zshrc | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/dots/zshrc b/dots/zshrc index 67e7304..9624898 100644 --- a/dots/zshrc +++ b/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"