save
This commit is contained in:
7
zsh/.local/share/vxclutch/bash/init
Normal file
7
zsh/.local/share/vxclutch/bash/init
Normal file
@@ -0,0 +1,7 @@
|
||||
if command -v starship &> /dev/null; then
|
||||
eval "$(starship init zsh)"
|
||||
fi
|
||||
|
||||
if command -v brew &> /dev/null; then
|
||||
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
|
||||
fi
|
||||
Reference in New Issue
Block a user