Newer
Older
zsh_settings / .zsh_plugins / copydir / copydir.plugin.zsh
@aoi1049 aoi1049 on 5 Feb 2019 50 bytes first commit.
function copydir {
  pwd | tr -d "\r\n" | pbcopy
}