aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-06-10 01:59:05 -0400
committertdro <tdro@users.noreply.github.com>2020-06-10 01:59:05 -0400
commit4b3f72ad8a2050bcf7a0b95044d8c5ab5d6a8c7d (patch)
tree1ff9b095e1747f1815e9539d1bac3f607e17b5cb /.bashrc
parentfaf41b6fff536909d45b282fe38dcb69b2e3e9a1 (diff)
downloaddotfiles-4b3f72ad8a2050bcf7a0b95044d8c5ab5d6a8c7d.tar.gz
dotfiles-4b3f72ad8a2050bcf7a0b95044d8c5ab5d6a8c7d.tar.bz2
dotfiles-4b3f72ad8a2050bcf7a0b95044d8c5ab5d6a8c7d.zip
.bashrc: Fix xdg setup
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index 2f4b7e3..615b4a8 100644
--- a/.bashrc
+++ b/.bashrc
@@ -90,7 +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'
+alias mocp='mocp -M $XDG_CONFIG_HOME/moc'
alias rofi='rofi -cache-dir $XDG_DATA_HOME'
alias lxc-attach='lxc-attach --clear-env -n'
alias lxc-ls='lxc-ls -f'