Last active
January 6, 2016 03:58
-
-
Save mastensg/6d9030e25699c2eed5c4 to your computer and use it in GitHub Desktop.
Use Ctrl-Z to resume
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bind '"\C-z":" \C-u fg\C-j"' | |
trap "stty susp '^z'" DEBUG | |
PROMPT_COMMAND="stty susp ''" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment