Skip to content

Commit b5a65a9

Browse files
authored
Updated comments and removed "to linux"
1 parent d5c06ef commit b5a65a9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cite 'about-alias'
2-
about-alias 'xclip shortcuts to linux'
2+
about-alias 'xclip shortcuts'
33

44
if _command_exists xclip;
55
alias pbcopy="xclip -selection clipboard"
@@ -9,10 +9,10 @@ if _command_exists xclip;
99
alias xpst="xclip -selection clipboard -o"
1010
fi
1111
# to use it just install xclip on your distribution and it would work like:
12-
# $ echo "hello" | pbcopy
13-
# $ pbpaste
12+
# $ echo "hello" | xcpy
13+
# $ xpst
1414
# hello
1515

1616
# very useful for things like:
17-
# cat ~/.ssh/id_rsa.pub | pbcopy
17+
# cat ~/.ssh/id_rsa.pub | xcpy
1818
# have fun!

0 commit comments

Comments
 (0)