zsh-shell-init/alias.d/path.sh

8 lines
165 B
Bash
Raw Permalink Normal View History

2023-09-13 17:10:07 +08:00
# shellcheck shell=ksh
# WorkSpace
alias atcode='cd ~/AtCode'
alias atgo='cd ~/AtCode/go'
alias atdocker='cd ~/docker.data'
alias hugowf='cd ~/AtCode/HugoWorkFlow'