mirror of
https://github.com/DazAh/dotfiles
synced 2026-05-22 02:25:48 +01:00
morefiles
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
# Copies the pathname of the current directory to the system or X Windows clipboard
|
||||
function copydir {
|
||||
emulate -L zsh
|
||||
print -n $PWD | clipcopy
|
||||
}
|
||||
Reference in New Issue
Block a user