1
0
Fork 0

remove .profile

This commit is contained in:
Pratham Patel 2023-09-15 20:56:19 +05:30
parent 865e5b729b
commit 899709806d
Signed by: thefossguy
SSH Key Fingerprint: SHA256:/B3wAg7jnMEBQ2JwkebbS/eXVZANDmqRfnd9QkIhxMI
1 changed files with 0 additions and 5 deletions

View File

@ -1,5 +0,0 @@
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