fix(commands): escape special characters in file names
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user