home · contact · privacy
Simplify dotfiles.
authorChristian Heller <c.heller@plomlompom.de>
Sun, 3 May 2015 02:30:56 +0000 (04:30 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Sun, 3 May 2015 02:30:56 +0000 (04:30 +0200)
dotfiles/bashrc
dotfiles_root/bashrc

index 2f1dc8d2765da2248413ddc3cebcf4b774d31b6f..2f21e2711618463d2b95550c68d543b2f06fe995 100644 (file)
@@ -1,24 +1,10 @@
 # plomlompom's bashrc for non-login shells
 
-# Environment variables.
-export PATH=~/.bin:$PATH
-export EDITOR=vi
-
 # Fancy colors for ls.
 alias ls="ls --color=auto"
 
-# Force these programs to use re-located config files or wrappers.
-# Notice that msmtp does not understand ~ as the home dir, only $HOME.
-alias irssi="irssi --home ~/.config/irssi"
-alias getmail="getmail --getmaildir=~/.config/getmail"
-alias msmtp="msmtp --file=$HOME/.config/msmtp/msmtprc"
-alias mutt="mutt_msmtp_loop"
-
 # Blue prompt with time.
 PS1="\[\e[1;34m\][\\t \\u@\\h \\w]$\[\e[m\] "
 PS2="\[\e[1;34m\]>\[\e[m\] "
 PS3="\[\e[1;34m\]>\[\e[m\] "
 PS4="\[\e[1;34m\]+\[\e[m\] "
-
-# Keep gnome-keyring-manager away from making trouble.
-unset GNOME_KEYRING_CONTROL
index 27d5103bd4ce06defb6032ad8f5c9607f7e9c958..3f4f8a3595443591526685ec511e37287f9d15ca 100644 (file)
@@ -1,8 +1,5 @@
 # plomlompom's bashrc for non-login shells (root)
 
-# Environment variables.
-export EDITOR=nano
-
 # Fancy colors for ls.
 alias ls="ls --color=auto"