diff options
author | Daniel Holman <dholman@gymli.org> | 2018-10-22 23:13:39 -0500 |
---|---|---|
committer | Daniel Holman <dholman@gymli.org> | 2018-10-22 23:13:39 -0500 |
commit | f932548159af5a26a755b399a6a455e34805f39b (patch) | |
tree | 4ef24d37036b58afc84a57cf6c8ef62898c35184 /.tmux.conf | |
parent | Changed wallpaper manager to nitrogen (diff) | |
parent | Customized the git prompt of Powerline (diff) | |
download | dotfiles-f932548159af5a26a755b399a6a455e34805f39b.tar.gz dotfiles-f932548159af5a26a755b399a6a455e34805f39b.tar.zst dotfiles-f932548159af5a26a755b399a6a455e34805f39b.zip |
Merge branch 'master' of git.gymli.org:dotfiles
Diffstat (limited to '')
-rw-r--r-- | .tmux.conf | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ set -g default-terminal "tmux-256color" set -g terminal-overrides ",xterm-termite:Tc" set -g mouse on + +source /usr/lib/python3.7/site-packages/powerline/bindings/tmux/powerline.conf |