Skip to content

Commit

Permalink
Don't edit .bashrc with this
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamLinux01 committed Jul 21, 2024
1 parent ae74dac commit 9957a71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/blogs/2024/07/18/tmux-ftw.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ setw -g mode-keys vi

Lastly I set tmux as my default shell by executing it with `.bashrc`

>🛑 Don't do this right now. It caused my KDE Plasma to login to a black screen. I will look into a better way and update when I can.
Add the following line to the end of `~/.bashrc`:
```file
if [[ -z "$TMUX" ]]; then
Expand Down

0 comments on commit 9957a71

Please sign in to comment.