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

@@ -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