aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-05-17 03:04:52 -0400
committertdro <tdro@users.noreply.github.com>2020-05-17 03:04:52 -0400
commitccead0afc04d8a510ffb9fd72010214069151b2c (patch)
tree0d15d000b32805bc36cd6aa089d916ae9578c08b /.bashrc
parenta43e077f33c1ba52e921fe25dcf3471ad6788d91 (diff)
downloaddotfiles-ccead0afc04d8a510ffb9fd72010214069151b2c.tar.gz
dotfiles-ccead0afc04d8a510ffb9fd72010214069151b2c.tar.bz2
dotfiles-ccead0afc04d8a510ffb9fd72010214069151b2c.zip
.bashrc: Set rofi cache dir
Set paths and askpass in launch scripts
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index a66db49..0c8c5df 100644
--- a/.bashrc
+++ b/.bashrc
@@ -91,6 +91,7 @@ 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'
+alias rofi='rofi -cache-dir $XDG_DATA_HOME'
# pulse delay on audacity
alias audacity='PULSE_LATENCY_MSEC=30 audacity'