From 899709806d2bff511a71acecd205c88ab27d0a5b Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Fri, 15 Sep 2023 20:56:19 +0530 Subject: [PATCH] remove .profile --- .profile | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 .profile diff --git a/.profile b/.profile deleted file mode 100644 index b704c2a..0000000 --- a/.profile +++ /dev/null @@ -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