Switch to GNU stow
This commit is contained in:
parent
a2605c4254
commit
d34cecb27e
137 changed files with 39244 additions and 141 deletions
19
home/.zshrc
Normal file
19
home/.zshrc
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
#!/bin/zsh
|
||||
|
||||
autoload zmv
|
||||
|
||||
if [ -d $XDG_CONFIG_HOME/shell/rc.d ]; then
|
||||
for file in $XDG_CONFIG_HOME/shell/rc.d/*.sh; do
|
||||
source $file
|
||||
done
|
||||
fi
|
||||
|
||||
if [ -d $XDG_CONFIG_HOME/shell/zshrc.d ]; then
|
||||
for file in $XDG_CONFIG_HOME/shell/zshrc.d/*.zsh; do
|
||||
source $file
|
||||
done
|
||||
fi
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue