I just started using fish
.I have used zsh
and bash
before. Where do I place the configs in fish
?
Sample of configs- https://bpaste.net/show/92f553c9aab8
I tried it in ~/config/fish/config.fish
but it gave me errors. Errors I got: https://bpaste.net/show/e136cc91f188
Replacing &&
with ;
removes the errors. But does it do the same thing? If not how can I achieve the same as with &&
.
Error with equals:
$ iitpi conda update --all
Unsupported use of '='. To run 'https_proxy=http://10.10.78.21:3128' with a modified environment, please use 'env http_proxy=http://10.10.78.21:3128 https_proxy=http://10.10.78.21:3128…'
in function “iitpi”
called on standard input
with parameter list “conda update --all”