mirror of
https://github.com/neoromantique/dotfiles.git
synced 2026-03-13 21:53:20 +03:00
sync
This commit is contained in:
1
.vimrc
1
.vimrc
@@ -32,6 +32,7 @@ Plugin 'airblade/vim-gitgutter'
|
|||||||
Plugin 'tpope/vim-fugitive'
|
Plugin 'tpope/vim-fugitive'
|
||||||
" Plugin 'vimwiki/vimwiki'
|
" Plugin 'vimwiki/vimwiki'
|
||||||
Plugin 'ctrlpvim/ctrlp.vim'
|
Plugin 'ctrlpvim/ctrlp.vim'
|
||||||
|
Plugin 'LnL7/vim-nix'
|
||||||
call vundle#end()
|
call vundle#end()
|
||||||
|
|
||||||
let g:copilot_assume_mapped = v:true
|
let g:copilot_assume_mapped = v:true
|
||||||
|
|||||||
5
.zshrc
5
.zshrc
@@ -45,6 +45,8 @@ export PATH="${PATH}:${HOME}/.krew/bin"
|
|||||||
alias ktx='kubectx'
|
alias ktx='kubectx'
|
||||||
alias knx='kubens'
|
alias knx='kubens'
|
||||||
|
|
||||||
|
alias doom="~/.emacs.d/bin/doom"
|
||||||
|
|
||||||
setopt no_flow_control
|
setopt no_flow_control
|
||||||
function rename() {
|
function rename() {
|
||||||
echo "Renaming window to $1"
|
echo "Renaming window to $1"
|
||||||
@@ -163,3 +165,6 @@ fi
|
|||||||
unset __conda_setup
|
unset __conda_setup
|
||||||
# <<< conda initialize <<<
|
# <<< conda initialize <<<
|
||||||
|
|
||||||
|
# Init Jump
|
||||||
|
eval "$(jump shell)"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user