Y
Hacker News
new
|
ask
|
show
|
jobs
by
xwowsersx
5120 days ago
Where's the bash_profile or bashrc equivalent?
1 comments
fceccon
5120 days ago
~/.config/fish/config.fish
http://ridiculousfish.com/shell/user_doc/html/index.html#ini...
link
xwowsersx
5120 days ago
I don't see that there...
link
siteshwar
5119 days ago
It should be there if you've installed fishfish, if you feel it's a bug please consider opening an issue on github :
https://github.com/ridiculousfish/fishfish/issues
link
borkabrak
5119 days ago
The directory ~/.config/fish should be there. However, you'll have to create the file config.fish inside that directory, if you want to use it.
I'd hazard a guess that fish_config may do that for you.
link