mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 22:22:40 +00:00
Updated aliases
This commit is contained in:
@@ -47,3 +47,8 @@ alias gs() { git status }
|
|||||||
# move back to old cwd
|
# move back to old cwd
|
||||||
alias bk() { cd "$OLDPWD" }
|
alias bk() { cd "$OLDPWD" }
|
||||||
|
|
||||||
|
# My mac-mini specific aliases
|
||||||
|
if [ $(hostname -s) = "Michaels-Mac-mini" ]; then
|
||||||
|
alias projects() { cd "/Volumes/M1 Mac-Mini External Drive/Projects" }
|
||||||
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user