diff options
author | Alexis Hovorka <[email protected]> | 2020-08-10 22:49:35 -0600 |
---|---|---|
committer | Alexis Hovorka <[email protected]> | 2020-08-10 22:49:35 -0600 |
commit | aeae7fa354af8f1f949109283848146cd8cdb037 (patch) | |
tree | 32453262cecc4bd95e3f07c7ceab4a31b4694fa3 /base/zsh/aliases.zsh | |
parent | e7b594294cb02ab4152314c63ea16d924b373d84 (diff) |
[fix] Name change! 🥳
Diffstat (limited to 'base/zsh/aliases.zsh')
-rw-r--r-- | base/zsh/aliases.zsh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/base/zsh/aliases.zsh b/base/zsh/aliases.zsh index 28e908f..987560e 100644 --- a/base/zsh/aliases.zsh +++ b/base/zsh/aliases.zsh @@ -44,3 +44,5 @@ alias gwc='git whatchanged -p --abbrev-commit --pretty=medium' alias reboot="systemctl reboot" alias shutdown="systemctl poweroff" alias poweroff="systemctl poweroff" + +alias whoaminot="echo adam" |