projects
/
~bandali
/
configs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
git: use 'main' for default branch name for new repos
[~bandali/configs]
/
.bashrc
diff --git
a/.bashrc
b/.bashrc
index
321c1de
..
471b1a4
100644
(file)
--- 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
# 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 ""
HISTTIMEFORMAT='%F %T '
stty stop ""
@@
-84,6
+84,9
@@
alias e="$EDITOR"
alias se="SUDO_EDITOR=\"emacsclient\" sudo -e"
alias s="startx"
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
alias dquilt="quilt --quiltrc=${HOME}/.quiltrc-dpkg"
complete -F _quilt_completion -o filenames dquilt