diff options
author | Martin Fischer <martin@push-f.com> | 2025-06-15 09:49:15 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-06-18 21:15:31 +0200 |
commit | 340416cc38bb68dc97ae3577f717e8505c18114f (patch) | |
tree | 922e98cc4d09bc7b5ec199699dee81560480078a /user/zsh/.zshrc | |
parent | 7d65ee9b6b6046b73b9e7736b8ce7596724449e9 (diff) |
feat(workstation): add shortcut to edit notes
Diffstat (limited to 'user/zsh/.zshrc')
-rw-r--r-- | user/zsh/.zshrc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/user/zsh/.zshrc b/user/zsh/.zshrc index bc9fe0c..aa65059 100644 --- a/user/zsh/.zshrc +++ b/user/zsh/.zshrc @@ -48,7 +48,6 @@ SAVEHIST=1000000000 export XDG_CACHE_HOME=$HOME/.cache export XDG_CONFIG_HOME=$HOME/.config -export VISUAL=vim export INPUTRC=$XDG_CONFIG_HOME/readline/inputrc export PYTHON_BASIC_REPL=1 # use readline (Python >=3.13 defaults to its own REPL which has no vi keybindings) |