From 894f62271591eec853684d3213c8501d6e155235 Mon Sep 17 00:00:00 2001 From: He4eT Date: Thu, 26 May 2022 18:42:40 +0300 Subject: [PATCH] zsh: add fakemsg alias --- root/.zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/root/.zshrc b/root/.zshrc index b1b9e29..77f61c5 100644 --- a/root/.zshrc +++ b/root/.zshrc @@ -102,5 +102,7 @@ source $ZSH/oh-my-zsh.sh # alias zshconfig="mate ~/.zshrc" # alias ohmyzsh="mate ~/.oh-my-zsh" +alias fakemsg='echo "$(curl -s http://whatthecommit.com/index.txt)"' + export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm