@jswork/ushell-module-base 1.0.47 → 1.0.49
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/modules/cd.sh +4 -1
- package/package.json +1 -1
package/modules/cd.sh
CHANGED
|
@@ -18,6 +18,9 @@ alias tpls="cd ~/aric-tpls";
|
|
|
18
18
|
alias dkr="cd ~/aric-docker";
|
|
19
19
|
alias a7="cd ~/alo7i";
|
|
20
20
|
alias saybot="cd ~/saybot";
|
|
21
|
-
alias
|
|
21
|
+
alias dw="cd ~/Downloads";
|
|
22
22
|
alias dot="cd ~/.dotfiles";
|
|
23
23
|
alias fit="cd ~/aric-tpls/fittings";
|
|
24
|
+
|
|
25
|
+
# crontab tasks
|
|
26
|
+
alias cns="cd ~/aric-server/crontab-tasks";
|