From b5cc222437f93a450f3c96c8229564101276c127 Mon Sep 17 00:00:00 2001 From: He4eT Date: Tue, 28 Mar 2023 13:34:09 +0300 Subject: [PATCH] zshrc: urxvt: startup workaround --- root/.zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/root/.zshrc b/root/.zshrc index ed1fe1c..cc8725c 100644 --- a/root/.zshrc +++ b/root/.zshrc @@ -118,3 +118,5 @@ alias ccc='vim -c "norm G" /tmp/urxvt-screen-content.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 [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion + +clear