From 42869d20f1d00ba9beca1d22a0270cb59b8b405b Mon Sep 17 00:00:00 2001 From: He4eT Date: Sat, 3 Dec 2022 23:25:06 +0300 Subject: [PATCH] zsh: update aliases --- root/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/.zshrc b/root/.zshrc index f005b3b..636dbce 100644 --- a/root/.zshrc +++ b/root/.zshrc @@ -104,7 +104,7 @@ source $ZSH/oh-my-zsh.sh # alias ohmyzsh="mate ~/.oh-my-zsh" alias ga.='ga . && gst' -alias fakemsg='echo "$(curl -s http://whatthecommit.com/index.txt)"' +alias fakemsg='echo "$(curl -s https://whatthecommit.com/index.txt)"' alias gcmsgrnd='git commit -m "$(curl -s https://whatthecommit.com/index.txt)"' export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")"