about summary refs log tree commit diff
path: root/.bash_profile
diff options
context:
space:
mode:
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile17
1 files changed, 0 insertions, 17 deletions
diff --git a/.bash_profile b/.bash_profile
deleted file mode 100644
index b72e72584651..000000000000
--- a/.bash_profile
+++ /dev/null
@@ -1,17 +0,0 @@
-# bash profile settings for William Carroll
-
-# welcome message
-echo "Hello, welcome back, William"
-
-# change bash prompt
-PS1='$ '
-
-# input mode to Vi
-set -o vi
-
-# shortcuts
-alias h="history"
-alias vi="vim"
-alias c="clear"
-
-export EDITOR=/usr/bin/vim