Fish shell Basically no config Suggests a command from history when you start writing out of the box (ctrl-f to complete is hardwired in my brain now so I accidentally use it elsewhere) Oh you...
Fish shell
Basically no config
Suggests a command from history when you start writing out of the box (ctrl-f to complete is hardwired in my brain now so I accidentally use it elsewhere)
Oh you have history in another terminal session you want access to now? Just write history merge
Sane ad-hoc for-loops, <enter> won't execute if you haven't closed the loop block
abbr is what aliases should be, expands as you type so you can actually edit things before executing, and the history becomes readable. I can never switch to a shell without it again.
Fish shell
history merge
abbr
is what aliases should be, expands as you type so you can actually edit things before executing, and the history becomes readable. I can never switch to a shell without it again.