This commit is contained in:
Johannes Findeisen 2025-08-05 02:25:58 +02:00
commit 90f32c13f7

2
.env
View file

@ -18,7 +18,7 @@ SAVEHIST=100000
if [ "$osname" = "FreeBSD" ]; then
export EDITOR=/usr/local/bin/vim
else if [ "$osname" = "Linux" ]; then
elif [ "$osname" = "Linux" ]; then
export BROWSER=/usr/bin/firefox
export EDITOR=/usr/bin/vim
export SU=/bin/su