diff options
| author | Jonas Maier <jonas@x77.dev> | 2026-05-14 16:37:21 +0200 |
|---|---|---|
| committer | Jonas Maier <jonas@x77.dev> | 2026-05-14 16:37:21 +0200 |
| commit | 843f6a9f7ffed9b1e5843778ce907b6382978f80 (patch) | |
| tree | 41f0e7aff961dbef154ca177ca518d7caebdfce8 /src/profile | |
| parent | 7cb3e5fbf183c24a91c75c9afed85127ebf5123c (diff) | |
| download | pish-843f6a9f7ffed9b1e5843778ce907b6382978f80.tar.gz | |
nicer pipe behavior
Diffstat (limited to 'src/profile')
| -rw-r--r-- | src/profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/profile b/src/profile index 5283e8f..59fc961 100644 --- a/src/profile +++ b/src/profile @@ -18,6 +18,7 @@ bind key \r ct try_submit_command bind key \n ct try_submit_command bind key \x1bd ct prompt_del_right_word bind key \x17 ct prompt_del_left_word +bind key '|' ct prompt_pipe_previous alias ls = 'ls --color=auto' echo hello to pish! |
