You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Noticed that the Fish shell integration uses an absolute path, instead of a variable, to refer to the home directory:
❯ cat ~/.config/fish/conf.d/omni.fish
test -f "/Users/tszucs/git/XaF/omni/shell_integration/omni.fish"; and source "/Users/tszucs/git/XaF/omni/shell_integration/omni.fish"
This means that syncing my fish config to another computer (ex. Mac -> Linux) will break the fish config, if the home directory or user is different. I did not check the other shell integrations.
The text was updated successfully, but these errors were encountered:
Noticed that the Fish shell integration uses an absolute path, instead of a variable, to refer to the home directory:
This means that syncing my fish config to another computer (ex. Mac -> Linux) will break the fish config, if the home directory or user is different. I did not check the other shell integrations.
The text was updated successfully, but these errors were encountered: