From ad54d88e412ff91e677b12aa55fab6429debedf6 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Sun, 3 May 2015 04:30:56 +0200 Subject: [PATCH] Simplify dotfiles. --- dotfiles/bashrc | 14 -------------- dotfiles_root/bashrc | 3 --- 2 files changed, 17 deletions(-) diff --git a/dotfiles/bashrc b/dotfiles/bashrc index 2f1dc8d..2f21e27 100644 --- a/dotfiles/bashrc +++ b/dotfiles/bashrc @@ -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 diff --git a/dotfiles_root/bashrc b/dotfiles_root/bashrc index 27d5103..3f4f8a3 100644 --- a/dotfiles_root/bashrc +++ b/dotfiles_root/bashrc @@ -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" -- 2.30.2