aboutsummaryrefslogtreecommitdiff
path: root/system/.bash_aliases
diff options
context:
space:
mode:
authorCamil Staps2017-02-26 15:14:15 +0100
committerCamil Staps2017-02-26 15:14:15 +0100
commit22a3bc87e7b383f630ab55107b238325f62612ed (patch)
treefeb9e94788d5cfe8a5752f53d62b43153dd439be /system/.bash_aliases
parentSwitch to urxvt (diff)
Fix tbs alias and rename to tbc
Diffstat (limited to 'system/.bash_aliases')
-rw-r--r--system/.bash_aliases2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/.bash_aliases b/system/.bash_aliases
index a53fb26..8e2f726 100644
--- a/system/.bash_aliases
+++ b/system/.bash_aliases
@@ -9,4 +9,4 @@ alias gcc-5.4='docker run --rm -v "$PWD":/usr/src/app -w /usr/src/app gcc:5.4 gc
alias gcc-4.9='docker run --rm -v "$PWD":/usr/src/app -w /usr/src/app gcc:4.9 gcc'
alias ghci='/usr/bin/ghci -fhistory-size=1000'
alias tb='nc termbin.com 9999'
-alias tbs='nc termbin.com 9999 | tee /dev/stderr | xsel -ib'
+alias tbc='(nc termbin.com 9999 | tee /dev/stderr | xsel -ib)'