Clean shell configuration on Arch
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user