1
0
Fork 0
dotfiles/.profile

6 lines
188 B
Bash

if getent passwd $LOGNAME | cut -d: -f7 | grep fish; then
source $HOME/.config/fish/config.fish
elif getent passwd $LOGNAME | cut -d: -f7 | grep bash; then
source $HOME/.bashrc
fi