aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index c635174..d1ece05 100644
--- a/.bashrc
+++ b/.bashrc
@@ -90,6 +90,7 @@ 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'
+alias mocp='mocp -M "$XDG_CONFIG_HOME"/moc'
# pulse delay on audacity
alias audacity='PULSE_LATENCY_MSEC=30 audacity'