tmux icon indicating copy to clipboard operation
tmux copied to clipboard

Migrate nord.tmux file to ZSH shell

Open moritzdietz opened this issue 5 years ago • 3 comments

Knowing that most folks run bash as their primary shell, I wanted to create this PR in respect to Apples latest changes to their default shell for new installations. They made the new default shell ZSH and with that PR I've migrated the shell script part of this theme from Bash to ZSH.

Nothing much really, but I thought some might be interested in this. Not sure where this would live in the theme - separate branch, different file, script that checks for which shell is the primary shell and then switch to that, …

HTH

moritzdietz avatar Jan 23 '21 15:01 moritzdietz

There is still an issue with the commit 4e2dc2a5065f5e8e67366700f803c733682e8f8c. image

moritzdietz avatar Jan 23 '21 15:01 moritzdietz

I just found the issue. It was due to conditional expressions (http://zsh.sourceforge.net/Doc/Release/Conditional-Expressions.html). Needed an additional pair of brackets.

moritzdietz avatar Jan 23 '21 15:01 moritzdietz