aboutsummaryrefslogtreecommitdiff
path: root/.config/fish/config.fish
diff options
context:
space:
mode:
authorkj-sh6042025-04-21 07:48:02 -0400
committerkj-sh6042025-04-21 07:48:02 -0400
commit6cb275f6086d6eb94f3e7c83219c3e37adf843d1 (patch)
treea6dd213ad9bd2e62e8f5e53d9c8cad6f01688632 /.config/fish/config.fish
parent2ae85d13d623e4ae3397c2d62aae0a291cf0fed8 (diff)
refactor: add `.profile` call
Diffstat (limited to '.config/fish/config.fish')
-rw-r--r--.config/fish/config.fish1
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish
index 5a4ae75..e649111 100644
--- a/.config/fish/config.fish
+++ b/.config/fish/config.fish
@@ -1,6 +1,7 @@
if status is-login
exec bash -c "test -e /etc/profile && source /etc/profile;\
test -e ~/.zprofile && source ~/.zprofile;\
+ test -e ~/.profile && source ~/.profile;\
exec fish"
end