diff options
author | mia <mia@mia.jetzt> | 2024-06-29 03:41:38 -0700 |
---|---|---|
committer | mia <mia@mia.jetzt> | 2024-06-29 03:41:38 -0700 |
commit | bc46264c35505cf7d97792287b7a34981ee6d9b6 (patch) | |
tree | 27d484aa441594f19cf32156560c34027bd69a14 | |
parent | 2f593d2c3e3ac148ff6ce1aea5d829c11c8a9917 (diff) | |
download | dotfiles-bc46264c35505cf7d97792287b7a34981ee6d9b6.tar.gz dotfiles-bc46264c35505cf7d97792287b7a34981ee6d9b6.zip |
switch $EDITOR to micro
-rw-r--r-- | zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zshrc b/zshrc index e07c36d..778c0c5 100644 --- a/zshrc +++ b/zshrc @@ -25,7 +25,7 @@ unset keymap_file [[ -n "${key[CtrlLeft]}" ]] && bindkey -- "${key[CtrlLeft]}" backward-word [[ -n "${key[CtrlRight]}" ]] && bindkey -- "${key[CtrlRight]}" forward-word -export EDITOR=nano +export EDITOR=micro export PAGER=less alias zm=zmachine alias zmachine="$EDITOR ~/.config/zsh/machine.zsh" |