From 636160fcf820ed3cac31ff9f4cfd455c37f653e5 Mon Sep 17 00:00:00 2001 From: Nicole Date: Mon, 21 Apr 2025 23:21:31 +0200 Subject: [PATCH] Added .bashrc --- .bashrc | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .bashrc diff --git a/.bashrc b/.bashrc new file mode 100644 index 0000000..d96fb24 --- /dev/null +++ b/.bashrc @@ -0,0 +1,10 @@ +# Enable the subsequent settings only in interactive sessions +case $- in + *i*) ;; + *) return;; +esac + +eval "$(starship init bash)" +alias config='/run/current-system/sw/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME' +alias nixconfig='/run/current-system/sw/bin/git --git-dir=$HOME/dotfiles/ --work-tree=/' +