From 277b605602ef97b63812dd1748ef83dbe5e3c6a3 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Fri, 11 Jan 2019 00:24:15 -0800 Subject: [PATCH] Add stack-profile alias --- dotfiles/lib/shellrc/aliases.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/lib/shellrc/aliases.sh b/dotfiles/lib/shellrc/aliases.sh index abb716fd..18770ba9 100644 --- a/dotfiles/lib/shellrc/aliases.sh +++ b/dotfiles/lib/shellrc/aliases.sh @@ -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 '