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=/' +