summaryrefslogtreecommitdiff
path: root/.bashrc~
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc~')
-rw-r--r--.bashrc~10
1 files changed, 0 insertions, 10 deletions
diff --git a/.bashrc~ b/.bashrc~
deleted file mode 100644
index 11b877e..0000000
--- a/.bashrc~
+++ /dev/null
@@ -1,10 +0,0 @@
-#
-# ~/.bashrc
-#
-
-# If not running interactively, don't do anything
-[[ $- != *i* ]] && return
-
-alias ls='ls --color=auto'
-alias grep='grep --color=auto'
-PS1='\u@\h \W ($(git branch --show-current 2>/dev/null)) \$ '