[fix] Add stuff

This commit is contained in:
Uttarayan
2023-03-21 12:00:58 +05:30
parent 9f80a8807d
commit be7c11bad0
9 changed files with 17 additions and 17 deletions

18
.gitmodules vendored
View File

@@ -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

View File

@@ -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

View File

@@ -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'