🗝
summary refs log tree commit diff
path: root/zshrc
diff options
context:
space:
mode:
authormia <mia@mia.jetzt>2024-06-29 03:41:38 -0700
committermia <mia@mia.jetzt>2024-06-29 03:41:38 -0700
commitbc46264c35505cf7d97792287b7a34981ee6d9b6 (patch)
tree27d484aa441594f19cf32156560c34027bd69a14 /zshrc
parent2f593d2c3e3ac148ff6ce1aea5d829c11c8a9917 (diff)
downloaddotfiles-bc46264c35505cf7d97792287b7a34981ee6d9b6.tar.gz
dotfiles-bc46264c35505cf7d97792287b7a34981ee6d9b6.zip
switch $EDITOR to micro
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc2
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"