We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06be69e commit fe0f971Copy full SHA for fe0f971
bin/dotfiles
@@ -1,8 +1,8 @@
1
#!/bin/zsh -f
2
3
4
-if [[ -s "${ZDOTDIR:-$HOME}/.dotfilesrc" ]]; then
5
- source "${ZDOTDIR:-$HOME}/.dotfilesrc"
+if [[ -s "$XDG_CONFIG_HOME/dotfiles/config" ]]; then
+ source "$XDG_CONFIG_HOME/dotfiles/config"
6
fi
7
8
function _help() {
dots/zsh/.config/zsh/.zshrc
@@ -183,7 +183,7 @@ alias m_trash="mq 'tag:deleted and date:31d..'"
183
alias m_all="mq 'date:30d..'"
184
185
# special search queries
186
-#source $HOME/.zsh/aliases/mblaze
+source $HOME/.config/zsh/aliases/mblaze
187
188
#########################
189
# HISTORY #
0 commit comments