diff options
| author | Syndamia <kamen@syndamia.com> | 2024-11-10 07:42:01 +0200 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2024-11-10 07:42:01 +0200 |
| commit | 9f7ce25bd518c0dbe647c934003db376ebadc84e (patch) | |
| tree | 49276f48304ac0c156c6f2d9151250fe3c9bee19 /.bashrc | |
| parent | fc859b813aae56e429c6c9385052c8576a08246b (diff) | |
| download | dotfiles-9f7ce25bd518c0dbe647c934003db376ebadc84e.tar dotfiles-9f7ce25bd518c0dbe647c934003db376ebadc84e.tar.gz dotfiles-9f7ce25bd518c0dbe647c934003db376ebadc84e.zip | |
feat(bashrc): Add Ctrl-L binding
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -236,6 +236,8 @@ export NIX_SHELL_PRESERVE_PROMPT=1 # }}} +bind '"\C-l":clear-screen' + if [ -n "$ZSHRC_FUNTOO" ] then pre-sync() { |
