summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorDustin Walker <dustin.walker@email.wsu.edu>2025-01-16 17:00:08 -0500
committerDustin Walker <dustin.walker@email.wsu.edu>2025-01-16 17:00:08 -0500
commitfcf44b17142cbeaf1f6a4b66e5ab0eed1483ebe4 (patch)
treef9d4625d612af99557ff0249dbf5f1fccc6175c8 /.bashrc
migration commitHEADmaster
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc11
1 files changed, 11 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
new file mode 100644
index 0000000..c65cf7e
--- /dev/null
+++ b/.bashrc
@@ -0,0 +1,11 @@
+# .bashrc
+
+# If not running interactively, don't do anything
+[[ $- != *i* ]] && return
+
+alias ls='ls --color=auto'
+PS1='[\u@\h \W]\$ '
+
+EDITOR=nvim
+VISUAL=nvim
+BROWSER=firefox