Skip to main content

All Questions

Tagged with
-1 votes
1 answer
486 views

Troubleshooting Oh-My-Fish configuration making fish really slow

Without changing the configuration my fish shell started to be really slow, like between 1 and 5 seconds to a simple ls command. Note that the slow behaviour started suddenly. I have a local install ...
EPrivat's user avatar
0 votes
2 answers
8k views

Fish shell: How to disable help message?

When I start fish, it prints: Welcome to fish, the friendly interactive shell Type `help` for instructions on how to use fish And then the prompt. I've actually used fish for a while so I don't need ...
Dommondke's user avatar
  • 133
2 votes
2 answers
197 views

Fish shell reports "math: Error: Missing operator" on tab completion

I noticed the error this morning, but I don't think I have changed anything last night, so I am very confused right now. Perhaps I updated some utilities on my system and it somehow broke the back ...
nalzok's user avatar
  • 401
4 votes
1 answer
1k views

What is the purpose of (and possibly the convention of using) multiple locations for user configuration in fish shell

I have recently moved to fish from bash. I'm immediately in love with the out-of-the-box functionality, but I'm a little bit at a loss when it comes to configuring the shell. I've read through the ...
Marty Cagas's user avatar
1 vote
1 answer
517 views

Automatically print number of lines of command line output

In my fish shell, I am using fish command timer to automatically show the duration of each command after it has been executed. This is a neat feature, which I recommend. Now I want something similar ...
Philipp Moers's user avatar
2 votes
1 answer
757 views

How can one override bash Ctrl+C to be more fish-like

I find myself using bash more often than not on remote machines even though fish is my preferred shell. Fish has small, but nice feature that when you hit Ctrl+C something like this happens: if ...
UncleJack's user avatar
4 votes
1 answer
801 views

How to unmap keys in fish?

I want to unmap (unbind) certain keys such as Up, Down, Left, Right, Page Up, Page Down, Home, End specifically in the fish shell. I guess I have to use the bind command in the .config/fish/fish....
user avatar