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