Compare commits

..

2 Commits

Author SHA1 Message Date
7c257dd4bd zsh: use full path in $SHELL 2025-08-08 17:42:42 +08:00
0ede2b50b2 minimal environment adjustments 2025-08-04 11:39:23 +08:00
2 changed files with 3 additions and 23 deletions

View File

@@ -31,26 +31,6 @@ set signcolumn=no
set updatetime=1000 set updatetime=1000
"""""""""" Plugins """"""""""
set nocp
filetype plugin on
call plug#begin('~/.local/share/plugged')
let g:plug_url_format='git@github.com:%s.git'
Plug 'tpope/vim-repeat'
Plug 'tpope/vim-surround'
Plug 'elkowar/yuck.vim'
Plug 'skywind3000/asyncrun.vim'
call plug#end()
"""""""""" Remaps """"""""""
command W w command W w
map Q ZZ map Q ZZ

View File

@@ -1,4 +1,4 @@
export SHELL=zsh export SHELL=/bin/zsh
# If you come from bash you might have to change your $PATH. # If you come from bash you might have to change your $PATH.
export PATH=$HOME/.local/bin:/usr/local/bin:$PATH export PATH=$HOME/.local/bin:/usr/local/bin:$PATH
@@ -92,8 +92,8 @@ bindkey '^[[A' history-beginning-search-backward
bindkey '^[OB' history-beginning-search-forward bindkey '^[OB' history-beginning-search-forward
bindkey '^[[B' history-beginning-search-forward bindkey '^[[B' history-beginning-search-forward
#export LANG="zh_CN.UTF-8" export LANG="zh_CN.UTF-8"
export LANGUAGE="zh_CN.UTF-8" #export LANGUAGE="zh_CN.UTF-8"
# The following lines were added by compinstall # The following lines were added by compinstall