Add stack-profile alias

This commit is contained in:
Ivan Malison 2019-01-11 00:24:15 -08:00
parent 243c73cc5e
commit 277b605602
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -10,6 +10,7 @@ alias reload_tmux='tmux source-file ~/.tmux.conf'
alias ssh='ssh -A '
alias dusage='du -ch -d 0'
alias subl='reattach-to-user-namespace subl'
alias stack-profile='stack --work-dir .stack-work-profile --profile'
# enables the sudoing of aliases.
alias sudo='sudo '