Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemccracken authored Oct 6, 2023
1 parent 9f4f87e commit ae4286a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bash utilities for munging history into reusable scripts

Type a few commands and decide that you want to reuse them? Run `hs <name of your snip> 5` to save the last 5 lines from history as a snip in a git repo at `~/.hs/` that you can keep synced up with other machines.

Run it again with `hr <name of your snip> --any args you want`. It is run in the current shell, not a subshell.
Run it again with `hr <name of your snip> --any args you want`. It is run in the current shell, not a subshell, so you can do things in snips that persistently change your shell environment like setting env vars or changing the current directory.

## get it

Expand Down

0 comments on commit ae4286a

Please sign in to comment.