Comment on fish shellparentComments−andrewflnr13yI just want to throw in that you can get that nice up-arrow-history in bash too. It's the first thing I put in a new bash environment: bind '"\e[A":history-search-backward' bind '"\e[B":history-search-forward'
Comments
I just want to throw in that you can get that nice up-arrow-history in bash too. It's the first thing I put in a new bash environment: