mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01:00
Merge 9c6b88607e into 459e7fffc4
This commit is contained in:
commit
3e50a55acd
1 changed files with 3 additions and 0 deletions
3
plugins/copydir/copydir.plugin.zsh
Normal file
3
plugins/copydir/copydir.plugin.zsh
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
function copydir {
|
||||
pwd | tr -d "\r\n" | pbcopy
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue