Clean shell configuration on Arch

This commit is contained in:
Fabio Scotto di Santolo
2026-01-15 20:37:28 +01:00
parent a6ca6f2957
commit e16bc7fb46
2 changed files with 2 additions and 5 deletions

View File

@@ -15,7 +15,8 @@ export QT_STYLE_OVERRIDE=kvantum
export QT_AUTO_SCREEN_SCALE_FACTOR=1
export DOTFILES="$HOME/.dotfiles"
export EDITOR=nano
export EDITOR="emacs -nw"
export VISUAL="emacs"
# SSH socket
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/gcr/ssh"
@@ -46,8 +47,6 @@ appendpath() {
esac
}
# appendpath "/home/linuxbrew/.linuxbrew/bin"
appendpath "$HOME/.local/bin"
appendpath "$GOBIN"
# appendpath "$HOME/.cargo/bin"
unset appendpath