diff options
author | Holden Rohrer <hr@hrhr.dev> | 2020-06-06 14:35:01 -0400 |
---|---|---|
committer | Holden Rohrer <hr@hrhr.dev> | 2020-06-06 19:02:41 -0400 |
commit | 9b62a943ccdf015ceb0e3c4841a2f2ed36263ae6 (patch) | |
tree | 80e5d2bcb9561b9d63a941e0769bd526560fbb66 /home/.profile | |
parent | ee02afef8a23e603f725bb151c1ba285999f675c (diff) |
eased vm spinup
Diffstat (limited to 'home/.profile')
-rw-r--r-- | home/.profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/.profile b/home/.profile index 650c17c..e846a28 100644 --- a/home/.profile +++ b/home/.profile @@ -10,3 +10,4 @@ alias pl="pacman -Ql" alias pyu="sudo pacman -Syu" function d(){ dict $@ | colorit | less -R } function c(){ echo "$@" | bc -lq } +function vm(){ ( cd ~/.vm && sudo make $@ ) } |