fish shell, a command line shell like bash. Its working name is fishfish
0
votes
1answer
503 views
Easy way to install CrashPlan
Is there a .deb file, repo, PPA, or anything to install CrashPlan other than the non-standard install.sh file? I have fish as my shell, and I had to mess around a lot and finally use chsh first ...
2
votes
1answer
204 views
fish shell can not tab complete
I am using Ubuntu 12.04 x64 and I have installed the fish shell recently from http://ridiculousfish.com/shell/ , and i am quite fond of it. But the downside of using it is, it gives me below sigsegv ...
5
votes
2answers
2k views
How to add Wanda (the fish) to the GNOME Shell panel?
How do you add Wanda (the fish) to the GNOME Shell panel, or to the launcher, and have it display fortune? I want my fish back.
I already have fortune; I can just type into the terminal fortune and ...
5
votes
1answer
1k views
How to add exports to fish like in .bashrc?
I just wanted to be able to add inside some fish configuration file (don't know which/where) the same function as this:
export PERL5LIB=/home/iaco/workspace/perl:/home/iaco/devtools
This line was ...
18
votes
3answers
2k views
How do I set fish as the default shell?
Is there a way to set fish as the default shell in ubuntu netbook remix? I put in my .bashrc to run fish, which works fine, but ubuntu recognizes it as fish running inside bash, which means that when ...
2
votes
1answer
496 views
How can I force fish to save new key bindings persistently after closing a terminal window?
How can I force fish to save new key bindings persistently after closing a terminal window?
At the moment i have the problem:
I open a terminal window, the default shell is fish.
I add a key ...
1
vote
1answer
113 views
Add binding to fish that not auto executes the string?
How do i set up a key binding in fish, so that fish understands not to execute the bindingstring after appending it to commandline but just appending it as string to commandline.
I want to set up a ...
1
vote
1answer
163 views
Using another browser than w3m for reading HTML helpfiles?
I'm using fish as shell. The internal help is based on html files and when i type help, it opens w3m to view this help files. Since w3m is not my default browser i wonder where this configuration to ...
1
vote
2answers
1k views
Differences between fish and bash to pass commandline arguments to alias functions?
From the answers to my other question here i learned about the possibility to pass commandline arguments to a alias function in Bash.
In Fish i can edit an alias by editing the file config.fish in ...