From 9b34c3c02b5db9694ff5a228cd7a000dcf3d4873 Mon Sep 17 00:00:00 2001 From: Fabian Date: Sat, 23 Oct 2021 18:14:39 +0200 Subject: [PATCH] Add local powerline config examples --- nvim/.vimrc_config_powerline_local.example | 1 + tmux/.tmux_config_powerline_local.example | 2 ++ zsh/.powerline_config_local.example | 1 + 3 files changed, 4 insertions(+) create mode 100644 nvim/.vimrc_config_powerline_local.example create mode 100644 tmux/.tmux_config_powerline_local.example create mode 100644 zsh/.powerline_config_local.example diff --git a/nvim/.vimrc_config_powerline_local.example b/nvim/.vimrc_config_powerline_local.example new file mode 100644 index 0000000..0f43452 --- /dev/null +++ b/nvim/.vimrc_config_powerline_local.example @@ -0,0 +1 @@ +set rtp+=$HOME/.local/lib/python3.9/site-packages/powerline/bindings/vim diff --git a/tmux/.tmux_config_powerline_local.example b/tmux/.tmux_config_powerline_local.example new file mode 100644 index 0000000..55aa80a --- /dev/null +++ b/tmux/.tmux_config_powerline_local.example @@ -0,0 +1,2 @@ +source $HOME/.local/lib/python3.9/site-packages/powerline/bindings/tmux/powerline.conf + diff --git a/zsh/.powerline_config_local.example b/zsh/.powerline_config_local.example new file mode 100644 index 0000000..88510f2 --- /dev/null +++ b/zsh/.powerline_config_local.example @@ -0,0 +1 @@ +source $HOME/.local/lib/python3.9/site-packages/powerline/bindings/zsh/powerline.zsh