summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorSyndamia <kamen@syndamia.com>2024-11-10 07:42:01 +0200
committerSyndamia <kamen@syndamia.com>2024-11-10 07:42:01 +0200
commit9f7ce25bd518c0dbe647c934003db376ebadc84e (patch)
tree49276f48304ac0c156c6f2d9151250fe3c9bee19 /.bashrc
parentfc859b813aae56e429c6c9385052c8576a08246b (diff)
downloaddotfiles-9f7ce25bd518c0dbe647c934003db376ebadc84e.tar
dotfiles-9f7ce25bd518c0dbe647c934003db376ebadc84e.tar.gz
dotfiles-9f7ce25bd518c0dbe647c934003db376ebadc84e.zip
feat(bashrc): Add Ctrl-L binding
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 2 insertions, 0 deletions
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() {