Removed some aliases

This commit is contained in:
2021-12-30 14:44:35 -05:00
parent 3b8e7e024a
commit 242ee6055e
2 changed files with 5 additions and 3 deletions

View File

@@ -2,6 +2,8 @@
# Creates an encrypted disk image from a folder
set -e
from="$1"
to="$2"

View File

@@ -55,9 +55,9 @@ alias gs() { git status }
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
# if [ $(hostname -s) = "Michaels-Mac-mini" ]; then
# alias projects() { cd "/Volumes/M1 Mac-Mini External Drive/Projects" }
# fi
# change file to be executable
#alias chmox() { chmod +x "$@" }