mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
Updated aliases
This commit is contained in:
@@ -47,3 +47,8 @@ alias gs() { git status }
|
||||
# move back to old cwd
|
||||
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