summaryrefslogtreecommitdiffstats
path: root/.bashrc
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2024-02-09 22:02:40 +0800
committerSadeep Madurange <sadeep@asciimx.com>2024-02-09 22:02:40 +0800
commit68d054306340d2df24c8bccc89531b8778b93dbb (patch)
tree89e8edd937ac60cfd669a0c649381ccdccf7002b /.bashrc
parent1dd01be62f11dbd132a5df090d93d916ab4c15d8 (diff)
downloaddotfiles-68d054306340d2df24c8bccc89531b8778b93dbb.tar.gz
OpenBSD dotfiles.
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc16
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