From e16bc7fb468aa0ef0bd89c97102b6297008aa110 Mon Sep 17 00:00:00 2001 From: Fabio Scotto di Santolo Date: Thu, 15 Jan 2026 20:37:28 +0100 Subject: [PATCH] Clean shell configuration on Arch --- bash/.bashrc | 2 -- bash/.profile | 5 ++--- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/bash/.bashrc b/bash/.bashrc index e4318a7..f991bde 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -188,8 +188,6 @@ alias userlist="cut -d: -f1 /etc/passwd | sort" alias ip='ip -color' alias stow='stow -d $DOTFILES ' alias em='emacsclient -t' -alias ssh='ssh.exe' -alias ssh-add='ssh-add.exe' # User specific aliases and functions if [ -d ~/.bashrc.d ]; then diff --git a/bash/.profile b/bash/.profile index 49b50bf..00b25c1 100644 --- a/bash/.profile +++ b/bash/.profile @@ -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