Installed Oh-My-Zsh, slight polybar change (brightness)
This commit is contained in:
5
.oh-my-zsh/plugins/copydir/copydir.plugin.zsh
Normal file
5
.oh-my-zsh/plugins/copydir/copydir.plugin.zsh
Normal file
@@ -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