fix(commands): escape special characters in file names

This commit is contained in:
2025-03-05 14:08:49 +01:00
parent 9ffcfb4a45
commit 41756df60b

View File

@@ -124,7 +124,7 @@ function cmple() {
} }
function ccd() { function ccd() {
pwd | pbcopy printf "%q" "$(pwd)" | pbcopy
} }
alias tat="tmux attach -t" alias tat="tmux attach -t"