Added tmux paths for NixOS
This commit is contained in:
parent
6cc60de242
commit
eada425c5d
5
.config/byobu/profile.tmux
Normal file
5
.config/byobu/profile.tmux
Normal 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
|
|
@ -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
5
.tmux.conf
Normal 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
|
Loading…
Reference in a new issue