1
0
Fork 0
mirror of https://gitlab.com/dabruh/dotfiles.git synced 2025-04-25 18:48:11 +02:00

Set default editor.

This commit is contained in:
dabruh 2022-06-07 14:46:06 +02:00
parent 51c3918628
commit 77775b0476

View file

@ -24,7 +24,7 @@ alias \
alias \ alias \
ka="killall" \ ka="killall" \
g="git" \ g="git" \
e="$EDITOR" \ e="${EDITOR:-vim}" \
p="pacman" \ p="pacman" \
z="zathura" z="zathura"