Summary Files CommitsBranches @commit@diff
path: root/.bashrc
diff options
context:
space:
mode:
Commit9f7ce25bd518c0dbe647c934003db376ebadc84e (patch )
AuthorSyndamia <kamen@syndamia.com>2024-11-10 07:42:01 +0200
CommitterSyndamia <kamen@syndamia.com>2024-11-10 07:42:01 +0200
Files49276f48304ac0c156c6f2d9151250fe3c9bee19 /.bashrc
dotfiles-9f7ce25bd518c0dbe647c934003db376ebadc84e.tar
dotfiles-9f7ce25bd518c0dbe647c934003db376ebadc84e.tar.gz
dotfiles-9f7ce25bd518c0dbe647c934003db376ebadc84e.zip
Parentfc859b813aae56e429c6c9385052c8576a08246b (diff)
feat(bashrc): Add Ctrl-L binding
1 files changed, 2 insertions, 0 deletions
-rw-r--r--.bashrc2
diff --git a/.bashrc b/.bashrc
index 55959df..fa1eb82 100644
--- a/.bashrc
+++ b/.bashrc
@@ -236,6 +236,8 @@
export NIX_SHELL_PRESERVE_PROMPT=1
# }}}
+bind '"\C-l":clear-screen'
+
if [ -n "$ZSHRC_FUNTOO" ]
then
pre-sync() {