From 298f42fef8c1cb876c6596cbca3920a549a9a6d0 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Tue, 19 Oct 2021 00:36:37 -0400 Subject: add change-theme script allows changing themes for future application instances as well as currently-running ones on the fly. xterm and emacs have been tested and are known to work so far. --- .bashrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 321c1de..471b1a4 100644 --- a/.bashrc +++ b/.bashrc @@ -60,7 +60,7 @@ HISTFILESIZE= # history. HISTCONTROL=ignoreboth # ignore a few very common commands and don't add them to history -HISTIGNORE='ls:l:s:g:[bf]g:history' +HISTIGNORE='ls:l:ll:s:g:[bf]g:history:da:li' HISTTIMEFORMAT='%F %T ' stty stop "" @@ -84,6 +84,9 @@ alias e="$EDITOR" alias se="SUDO_EDITOR=\"emacsclient\" sudo -e" alias s="startx" +alias da='change-theme dark' +alias li='change-theme light' + alias dquilt="quilt --quiltrc=${HOME}/.quiltrc-dpkg" complete -F _quilt_completion -o filenames dquilt -- cgit v1.2.3-83-g751a