This commit is contained in:
Tao Tien 2024-09-01 22:11:49 -07:00
parent f754fccd79
commit c1bd34dda6
3 changed files with 35 additions and 35 deletions

View file

@ -17,8 +17,8 @@ alias jc = jj desc
alias js = jj status
alias jp = jj git push
alias jm = jj branch set main
def c [path: path = "~"] {
export-env {cd $path}
def --env c [path: path = "~"] {
cd $path
l
}
def l [