mirror of
https://github.com/neoromantique/dotfiles.git
synced 2026-03-14 06:02:54 +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 'vimwiki/vimwiki'
|
||||
Plugin 'ctrlpvim/ctrlp.vim'
|
||||
Plugin 'LnL7/vim-nix'
|
||||
call vundle#end()
|
||||
|
||||
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 knx='kubens'
|
||||
|
||||
alias doom="~/.emacs.d/bin/doom"
|
||||
|
||||
setopt no_flow_control
|
||||
function rename() {
|
||||
echo "Renaming window to $1"
|
||||
@@ -163,3 +165,6 @@ fi
|
||||
unset __conda_setup
|
||||
# <<< conda initialize <<<
|
||||
|
||||
# Init Jump
|
||||
eval "$(jump shell)"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user