about summary refs log tree commit diff stats
path: root/bash/aliases.bash
diff options
context:
space:
mode:
authorCase Duckworth2022-04-13 17:09:05 -0500
committerCase Duckworth2022-04-13 17:09:05 -0500
commit90182069d2aa62062161305b111ec868c42059e9 (patch)
tree4d0e96bb86d8c18773488a4c9d64c965900cfbb5 /bash/aliases.bash
parentAdd functions (diff)
downloadetc-90182069d2aa62062161305b111ec868c42059e9.tar.gz
etc-90182069d2aa62062161305b111ec868c42059e9.zip
Emacs stuff
Diffstat (limited to 'bash/aliases.bash')
-rw-r--r--bash/aliases.bash3
1 files changed, 3 insertions, 0 deletions
diff --git a/bash/aliases.bash b/bash/aliases.bash index f2d6776..03361fa 100644 --- a/bash/aliases.bash +++ b/bash/aliases.bash
@@ -24,3 +24,6 @@ alias lake='make PREFIX=~/usr'
24 24
25# bash meta 25# bash meta
26alias rebash='source ~/.bash_profile' 26alias rebash='source ~/.bash_profile'
27
28# Debugging
29alias emacs_goddamnit='pushd ~/.emacs.d;emacs --debug-init;popd'