Skip to content

Commit 6c33363

Browse files
committed
Add qds scripts
1 parent 5f6fc21 commit 6c33363

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

qds/.config

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dot-config

qds/.stow-local-ignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dot-config

qds/dot-config/zsh.d/50-qds.zsh

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
if (( $+commands[qds] ))
2+
then
3+
eval `${commands[qds]} init-zsh`
4+
fi

0 commit comments

Comments
 (0)