diff options
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/.bashrc b/.bashrc deleted file mode 100644 index eb2a61f..0000000 --- a/.bashrc +++ /dev/null @@ -1,16 +0,0 @@ -# -# ~/.bashrc -# - -# If not running interactively, don't do anything -[[ $- != *i* ]] && return - -# alias ls='ls --color=auto' -PS1='[\u@\h \W]\$ ' - -if [ -f ~/.bash_aliases ]; then - . ~/.bash_aliases -fi - -export VISUAL=vim -export EDITOR=vim |
