From fcf44b17142cbeaf1f6a4b66e5ab0eed1483ebe4 Mon Sep 17 00:00:00 2001 From: Dustin Walker Date: Thu, 16 Jan 2025 17:00:08 -0500 Subject: migration commit --- .bashrc | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .bashrc (limited to '.bashrc') 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 -- cgit v1.2.3