diff --git a/root/.Xresources b/root/.Xresources index ec8b388..6842f05 100644 --- a/root/.Xresources +++ b/root/.Xresources @@ -6,7 +6,7 @@ URxvt*transparent: true URxvt*tintColor: White URxvt*shading: 40 URxvt*scrollBar: false -URxvt*print-pipe: cat > $HOME/urxvt.log +URxvt*print-pipe: cat > /tmp/urxvt-screen-content.txt URxvt.internalBorder: 20 URxvt*iso14755: False diff --git a/root/.zshrc b/root/.zshrc index 995d6dd..f897941 100644 --- a/root/.zshrc +++ b/root/.zshrc @@ -111,5 +111,8 @@ alias here-http='hostname -I && python3 -m http.server' alias here-http-cors='npx http-server -p 8080 --cors' alias here-https='PORT=8080 npx https-localhost' +# See .XResources +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