summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorseth <[email protected]>2022-01-21 16:47:39 -0500
committerseth <[email protected]>2022-08-04 04:40:49 -0400
commitac74db5a8fa69e5d3047b35f70c65b27dc07cfcb (patch)
tree5b6fcdb6cbf7c8c81a8b0a745e013094bdd82793 /.bashrc
parente5605617b57264069374ea0753c19cd69714df6d (diff)
update shell dotfiles
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc14
1 files changed, 14 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
new file mode 100644
index 0000000..7847ca5
--- /dev/null
+++ b/.bashrc
@@ -0,0 +1,14 @@
+#
+# getchoo's bashrc
+#
+
+
+# always source profile
+source "$HOME/.bash_profile"
+
+# aliases
+alias ls='exa'
+alias dotfiles='git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
+
+# prompt
+PS1='[\u@\h \W]\$ '