1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-04-26 00:03:29 +02:00

Merge pull request #1701 from mbauhardt/copydir

a plugin (function) which copies the current directory into the clipboar...
This commit is contained in:
Robby Russell
2013-04-11 14:57:34 -07:00
+3
View File
@@ -0,0 +1,3 @@
function copydir {
pwd | tr -d "\r\n" | pbcopy
}