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