home · contact · privacy
Replace bashistic shell dotfiles with POSIXy regularity.
[config] / dotfiles_user_server / bashrc
diff --git a/dotfiles_user_server/bashrc b/dotfiles_user_server/bashrc
deleted file mode 100644 (file)
index 2409091..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# plomlompom's bashrc for non-login shells
-
-# Fancy colors for ls.
-alias ls="ls --color=auto"
-
-# Use vim as default editor for anything.
-export VISUAL=vim
-export EDITOR=$VISUAL
-
-# Wrapper for weechat to force local config file on it anew on each run.
-alias weechat="~/config/bin/weechat-wrapper.sh"
-
-# 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\] "