obtusegoose's recent activity

  1. Comment on What are some great time savers on CLI that you would recommend? in ~comp

    obtusegoose
    Link
    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.
    6 votes