diff options
| author | Ibrahim Muftee <ibrahim@muftee.net> | 2026-06-30 18:27:02 -0500 |
|---|---|---|
| committer | Ibrahim Muftee <ibrahim@muftee.net> | 2026-07-01 00:23:31 -0400 |
| commit | cd8d51c4b2927e987c99253b83bdbbe1c361a0a2 (patch) | |
| tree | a33002eeec7969387f80b4576ef609560cddf9cb /dot_zshrc.tmpl | |
| parent | 372b8d41a46e5affe8903b9b125849dbf2633fe5 (diff) | |
feat(zsh): remove work script references from personal machines
Diffstat (limited to 'dot_zshrc.tmpl')
| -rw-r--r-- | dot_zshrc.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index 7b28a4e..6a47bce 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -99,7 +99,11 @@ bindkey -s '^o' 'lfcd\n' bindkey -s '^a' 'bc -lq\n' +{{ if .work -}} bindkey -s '^f' 'tmux-session-dispensary.sh\n' +{{ else -}} +bindkey -s '^f' '$(eval find $HOME/.config $HOME/code $HOME/.local/share -mindepth 1 -maxdepth 1 | fzf)\n' +{{- end }} bindkey '^[[P' delete-char |
