Quellcode durchsuchen

source-file install opt

LawAbidingCactus vor 5 Jahren
Ursprung
Commit
2f8544af18
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -19,6 +19,10 @@ Just clone this repo and add `tmux-colorscheme.conf` to your `.tmux.conf`:
 ```bash
 cat tmux-colorscheme.conf >> ~/.tmux.conf
 ```
+Or move `tmux-colorscheme.conf` to your home directory and source it in `.tmux.conf`:
+```tmux
+source-file ~/tmux-colorscheme.conf
+```
 ### Tmux Plugin Manager
 Add this repo to the list of [TPM](https://github.com/tmux-plugins/tpm) plugins in your `.tmux.conf`:
 ```tmux