Escaping characters in bash alias [duplicate]
This question already has answers here: bash alias command with both single and double quotes (4 answers) Closed 1 year ago. This was the alias: # make a tmux session in working dir with the name of the dir alias th=’tmux new -s $(pwd | tr ‘\/’ ‘\n’ | tail -n 1)’ It doesn’t work … Read more