.env
is not compatible with fish shell
#3
Labels
documentation
Improvements or additions to documentation
.env
is not compatible with fish shell
#3
This is not a qriswitch problem, it’s fish being a weirdo.
Just documenting it.
Workaround
Set an alias in your
config.fish
or before runningsource ~/.qriswitch/.env
.alias unset 'set --erase' # bash compatibility
The text was updated successfully, but these errors were encountered: