[fix] Add stuff
This commit is contained in:
18
.gitmodules
vendored
18
.gitmodules
vendored
@@ -17,15 +17,15 @@
|
|||||||
[submodule "zsh-vim-mode"]
|
[submodule "zsh-vim-mode"]
|
||||||
path = config/zsh/plugins/zsh-vim-mode
|
path = config/zsh/plugins/zsh-vim-mode
|
||||||
url = https://github.com/softmoth/zsh-vim-mode
|
url = https://github.com/softmoth/zsh-vim-mode
|
||||||
[submodule "config/tmux/plugins/tpm"]
|
|
||||||
path = config/tmux/plugins/tpm
|
[submodule "tmux-battery"]
|
||||||
url = https://github.com/tmux-plugins/tpm
|
|
||||||
[submodule "config/tmux/plugins/tmux-battery"]
|
|
||||||
path = config/tmux/plugins/tmux-battery
|
path = config/tmux/plugins/tmux-battery
|
||||||
url = ./config/tmux/plugins/tmux-battery
|
url = https://github.com/tmux-plugins/tmux-battery
|
||||||
[submodule "config/tmux/plugins/tmux-fzf-url"]
|
|
||||||
|
[submodule "tmux-fzf-url"]
|
||||||
path = config/tmux/plugins/tmux-fzf-url
|
path = config/tmux/plugins/tmux-fzf-url
|
||||||
url = ./config/tmux/plugins/tmux-fzf-url
|
url = https://github.com/wfxr/tmux-fzf-url
|
||||||
[submodule "config/tmux/plugins/tmux"]
|
|
||||||
|
[submodule "tmux"]
|
||||||
path = config/tmux/plugins/tmux
|
path = config/tmux/plugins/tmux
|
||||||
url = ./config/tmux/plugins/tmux
|
url = https://github.com/dracula/tmux
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ SETUVAR _fish_abbr_reru:evcxr
|
|||||||
SETUVAR _fish_abbr_rpc:patch\x20\x2dp0\x20\x3c\x20\x7e/\x2elocal/share/console\x2ediff
|
SETUVAR _fish_abbr_rpc:patch\x20\x2dp0\x20\x3c\x20\x7e/\x2elocal/share/console\x2ediff
|
||||||
SETUVAR _fish_abbr_sl:exa
|
SETUVAR _fish_abbr_sl:exa
|
||||||
SETUVAR _fish_abbr_sss:sqlite3\x20\x7e/Library/Application\x5c\x20Support/com\x2eaftershoot\x2eaftershoot/database\x2esqlite\x20\x22SELECT
|
SETUVAR _fish_abbr_sss:sqlite3\x20\x7e/Library/Application\x5c\x20Support/com\x2eaftershoot\x2eaftershoot/database\x2esqlite\x20\x22SELECT
|
||||||
SETUVAR _fish_abbr_t:/Users/fs0c131y/\x2econfig/tmux/start\x2dtmux
|
SETUVAR _fish_abbr_t:/home/fs0c131y/\x2econfig/tmux/start\x2dtmux
|
||||||
SETUVAR _fish_abbr_v:nvim
|
SETUVAR _fish_abbr_v:nvim
|
||||||
SETUVAR _fish_abbr_wget:curl\x20\x2dO
|
SETUVAR _fish_abbr_wget:curl\x20\x2dO
|
||||||
SETUVAR _fish_abbr_zc:fd\x20\x7c\x20xargs\x20zip
|
SETUVAR _fish_abbr_zc:fd\x20\x7c\x20xargs\x20zip
|
||||||
|
|||||||
Submodule config/neomutt/dracula updated: 94e340c8dd...3072ba9aa0
Submodule config/tmux/plugins/tmux updated: ffc6ef8efb...b346d10306
Submodule config/tmux/plugins/tpm updated: b699a7e01c...99469c4a9b
@@ -18,7 +18,7 @@ set -g @plugin 'dracula/tmux'
|
|||||||
# load plugin manager
|
# load plugin manager
|
||||||
run -b '~/.config/tmux/plugins/tpm/tpm'
|
run -b '~/.config/tmux/plugins/tpm/tpm'
|
||||||
|
|
||||||
set -g default-shell 'fish'
|
set -g default-shell '/usr/bin/fish'
|
||||||
set -g default-terminal 'tmux-256color'
|
set -g default-terminal 'tmux-256color'
|
||||||
set -ga terminal-overrides ',*256col*:Tc'
|
set -ga terminal-overrides ',*256col*:Tc'
|
||||||
set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm'
|
set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm'
|
||||||
|
|||||||
Submodule config/zsh/plugins/zsh-abbr updated: a3240ebcb2...03328a1ad5
Submodule config/zsh/plugins/zsh-autocomplete updated: 83d26d569d...5cc9da132e
Submodule config/zsh/plugins/zsh-vim-mode updated: e5bf1aa6aa...1f9953b7d6
Reference in New Issue
Block a user