zsh: Change systemd editor from nano to vim
This commit is contained in:
parent
fac245f9ae
commit
2e01949a02
1 changed files with 3 additions and 0 deletions
|
|
@ -50,6 +50,9 @@ export LC_CTYPE=en_US.UTF-8
|
||||||
export LC_ALL=en_US.UTF-8
|
export LC_ALL=en_US.UTF-8
|
||||||
export OBSIDIAN_NOTES_PATH="/home/pro100ton/Documents/t0xa_vault"
|
export OBSIDIAN_NOTES_PATH="/home/pro100ton/Documents/t0xa_vault"
|
||||||
|
|
||||||
|
# Change systemd editor
|
||||||
|
export SYSTEMD_EDITOR=vim
|
||||||
|
|
||||||
bindkey -v
|
bindkey -v
|
||||||
bindkey '^R' fzf_history_search
|
bindkey '^R' fzf_history_search
|
||||||
export PYENV_ROOT="$HOME/.pyenv"
|
export PYENV_ROOT="$HOME/.pyenv"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue