Compare commits
3 Commits
397d0e8d3b
...
6088d9f9c9
Author | SHA1 | Date | |
---|---|---|---|
6088d9f9c9 | |||
0068ddf4c9 | |||
49e16608e0 |
@ -20,3 +20,9 @@ function service_restart() {
|
|||||||
function root_shell() {
|
function root_shell() {
|
||||||
sudo -E zsh -i /etc/zshrc
|
sudo -E zsh -i /etc/zshrc
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function wrkspc() {
|
||||||
|
local wd=$(pwd)
|
||||||
|
local session=$(basename $wd)
|
||||||
|
tmux new -A -s $session
|
||||||
|
}
|
||||||
|
@ -205,6 +205,7 @@ EOF";
|
|||||||
vim-dadbod
|
vim-dadbod
|
||||||
vim-dadbod-ui
|
vim-dadbod-ui
|
||||||
vim-dadbod-completion
|
vim-dadbod-completion
|
||||||
|
vim-dasht
|
||||||
]) ++ [ possession-nvim harpoon-nvim d2-vim neogit-nvim ];
|
]) ++ [ possession-nvim harpoon-nvim d2-vim neogit-nvim ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@ -218,6 +219,7 @@ EOF";
|
|||||||
nil-pkg
|
nil-pkg
|
||||||
lua-language-server
|
lua-language-server
|
||||||
rust-analyzer
|
rust-analyzer
|
||||||
|
dasht
|
||||||
# TODO(jwall): This is no longer provided for darwin in nixpkgs
|
# TODO(jwall): This is no longer provided for darwin in nixpkgs
|
||||||
#dbeaver-bin
|
#dbeaver-bin
|
||||||
]);
|
]);
|
||||||
|
@ -10,7 +10,8 @@ set-option -g prefix C-a
|
|||||||
#sest -g utf8 on
|
#sest -g utf8 on
|
||||||
|
|
||||||
## we like colors
|
## we like colors
|
||||||
set -g default-terminal "screen-256color"
|
set -g default-terminal xterm-256color
|
||||||
|
set -ga terminal-overrides ",xterm-256color:RGB"
|
||||||
|
|
||||||
## Useful KeyBindings
|
## Useful KeyBindings
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user