mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 15:37:22 +00:00
urxvt: save PrintScreen to /tmp
This commit is contained in:
parent
1f4e73ae94
commit
ab246ed769
2 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue