Skip to content

Commit fe0f971

Browse files
committed
moved mblaze/dotfiles/zsh config to xdg structure
1 parent 06be69e commit fe0f971

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bin/dotfiles

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/zsh -f
22

33

4-
if [[ -s "${ZDOTDIR:-$HOME}/.dotfilesrc" ]]; then
5-
source "${ZDOTDIR:-$HOME}/.dotfilesrc"
4+
if [[ -s "$XDG_CONFIG_HOME/dotfiles/config" ]]; then
5+
source "$XDG_CONFIG_HOME/dotfiles/config"
66
fi
77

88
function _help() {

dots/zsh/.config/zsh/.zshrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ alias m_trash="mq 'tag:deleted and date:31d..'"
183183
alias m_all="mq 'date:30d..'"
184184

185185
# special search queries
186-
#source $HOME/.zsh/aliases/mblaze
186+
source $HOME/.config/zsh/aliases/mblaze
187187

188188
#########################
189189
# HISTORY #

0 commit comments

Comments
 (0)