Working on link_apps script

This commit is contained in:
2021-12-29 23:25:36 -05:00
parent 86098a7116
commit 0623aad631
3 changed files with 63 additions and 1 deletions

View File

@@ -60,7 +60,7 @@ if [ $(hostname -s) = "Michaels-Mac-mini" ]; then
fi
# change file to be executable
alias chmox() { chmod +x "$@" }
#alias chmox() { chmod +x "$@" }
# tmux
#alias ta() { tmux -f ~/.config/tmux/tmux.config attach "$@" }