Added tmux paths for NixOS

This commit is contained in:
Serĉanto de Scio 2019-10-02 13:37:58 +10:00
parent 6cc60de242
commit eada425c5d
Signed by: sercanto
GPG key ID: A4122FF3971B6865
3 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,5 @@
set -g default-terminal "screen-255color"
POWERLINE_COMMAND="/run/current-system/sw/bin/powerline"
POWERLINE_CONFIG_COMMAND="/run/current-system/sw/bin/powerline-config"
run-shell "/run/current-system/sw/bin/powerline-daemon -q"
source /run/current-system/sw/share/tmux/powerline.conf

View file

@ -1,5 +1,7 @@
*
!/.config
!/.config/byobu
!/.config/byobu/profile.tmux
!/.config/radiotray-ng
!/.config/radiotray-ng/bookmarks.json
!/.config/sway
@ -8,12 +10,14 @@
!/.ghc/
!/.ghc/ghci.conf
!/.gitconfig
!/.gitignore*
!/.mailcap
!/.mpd
!/.mpd/mpd.conf
!/.ncmpcpp
!/.ncmpcpp/config
!/.taskrc
!/.tmux.conf
!/.upower.txt
!/.vim
!/.vim/colors

5
.tmux.conf Normal file
View file

@ -0,0 +1,5 @@
set -g default-terminal "screen-255color"
POWERLINE_COMMAND="/run/current-system/sw/bin/powerline"
POWERLINE_CONFIG_COMMAND="/run/current-system/sw/bin/powerline-config"
run-shell "/run/current-system/sw/bin/powerline-daemon -q"
source /run/current-system/sw/share/tmux/powerline.conf