Browse Source

[add-command] clip

pull/1/head
Muthu Kumar 7 years ago
parent
commit
cd937b2e50
  1. 7
      scripts/mkr.sh

7
scripts/mkr.sh

@ -8,6 +8,13 @@
alias cls='printf "\033c"' alias cls='printf "\033c"'
# Copy to clipboard
## clip
## Usage: cat <file> | clip
## Copies output from previous command into clipboard
alias clip="xclip -selection clipboard"
# Simpler apt commands # Simpler apt commands
alias update="sudo apt-get update" alias update="sudo apt-get update"

Loading…
Cancel
Save