Added .bashrc
This commit is contained in:
parent
b3b3511910
commit
636160fcf8
1 changed files with 10 additions and 0 deletions
10
.bashrc
Normal file
10
.bashrc
Normal file
|
|
@ -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=/'
|
||||||
|
|
||||||
Loading…
Reference in a new issue