aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-04-19 03:11:27 -0400
committertdro <tdro@users.noreply.github.com>2020-04-19 03:11:27 -0400
commit9ecc3470cdf7af405b89eda56e0252e27ccb4fb5 (patch)
tree5e97396c1301aab304e2da317105c2e31a067d5b /.bashrc
parentc5322d5d258f29a62c6d93a563e3f0d314658a14 (diff)
downloaddotfiles-9ecc3470cdf7af405b89eda56e0252e27ccb4fb5.tar.gz
dotfiles-9ecc3470cdf7af405b89eda56e0252e27ccb4fb5.tar.bz2
dotfiles-9ecc3470cdf7af405b89eda56e0252e27ccb4fb5.zip
config/emacs: Move emacs settings to config folder
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 9b53515..d3299fe 100644
--- a/.bashrc
+++ b/.bashrc
@@ -84,6 +84,7 @@ alias archey3="archey3 --config=~/.config/archey3.cfg"
alias wget='wget --hsts-file $HOME/.cache/wget.history'
alias ls='ls -hN --color=always --group-directories-first'
alias lsblk='lsblk -o NAME,MAJ:MIN,RM,SIZE,FSTYPE,RO,TYPE,MOUNTPOINT,MODEL'
+alias emacs='TERM=xterm-256color emacs -nw --load ~/.config/emacs/emacs.el'
# pulse delay on audacity
alias audacity='PULSE_LATENCY_MSEC=30 audacity'