You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you add this to your zshrc, Ctrl+U will run up passing the current commands output, and when you exit up with Ctrl+X, the result will replace current prompt. It's slightly easier than dealing with upN.sh files.
It was quite useful for me, I'm just sharing this so maybe you'd like to put it to README.md or somewhere people can find out.
The text was updated successfully, but these errors were encountered:
This is not an issue per se, but I wrote a small
zsh
function to integrateup
:If you add this to your
zshrc
, Ctrl+U will runup
passing the current commands output, and when you exitup
withCtrl+X
, the result will replace current prompt. It's slightly easier than dealing withupN.sh
files.It was quite useful for me, I'm just sharing this so maybe you'd like to put it to
README.md
or somewhere people can find out.The text was updated successfully, but these errors were encountered: