Closed dvdknaap closed 4 years ago
I've solved the issue by removing the tmux provided by ubuntu and installed the latest tmux version from source by following this article http://witkowskibartosz.com/blog/update-your-tmux-to-latest-version.html#.XrzrJnX7RhE
Hi,
I've updated to ubuntu 20 and my terminal keeps crashing after some digging i've i changed my .zshrc
source '/home/danny/dotfiles/zsh/zshrc_manager.sh'
When i open up my terminal it worked again.
To test this i've created the following test: testing.sh
When i run this in my terminal i get the following error
./testing.sh: 5: Syntax error: "fi" unexpected
Line 5 is the following line:
Anyone got an idea already to fix this ?