mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
Removed some aliases
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
# Creates an encrypted disk image from a folder
|
||||
|
||||
set -e
|
||||
|
||||
from="$1"
|
||||
to="$2"
|
||||
|
||||
|
||||
@@ -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 "$@" }
|
||||
|
||||
Reference in New Issue
Block a user