diff --git a/omz-custom/custom_commands.sh b/omz-custom/custom_commands.sh index 9acf918..111f163 100755 --- a/omz-custom/custom_commands.sh +++ b/omz-custom/custom_commands.sh @@ -124,7 +124,7 @@ function cmple() { } function ccd() { - pwd | pbcopy + printf "%q" "$(pwd)" | pbcopy } alias tat="tmux attach -t"