diff options
author | Camil Staps | 2017-02-26 15:14:15 +0100 |
---|---|---|
committer | Camil Staps | 2017-02-26 15:14:15 +0100 |
commit | 22a3bc87e7b383f630ab55107b238325f62612ed (patch) | |
tree | feb9e94788d5cfe8a5752f53d62b43153dd439be /system/.bash_aliases | |
parent | Switch to urxvt (diff) |
Fix tbs alias and rename to tbc
Diffstat (limited to 'system/.bash_aliases')
-rw-r--r-- | system/.bash_aliases | 2 |
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)' |