1
0

Improve fish config

This commit is contained in:
2026-04-19 15:57:39 +03:00
parent 634dbb4a02
commit e9ee014ade
+2
View File
@@ -1,5 +1,7 @@
if status is-interactive if status is-interactive
# Commands to run in interactive sessions can go here # Commands to run in interactive sessions can go here
if type -q fenv
fenv source ~/.profile fenv source ~/.profile
end end
end