mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
sync: from WSL
This commit is contained in:
parent
7d220c3873
commit
85f6d8799c
5 changed files with 25 additions and 8 deletions
|
|
@ -26,8 +26,8 @@ alias pulldots="cd $DOTFILES && git pull"
|
|||
# Editors #
|
||||
alias v=nvim
|
||||
alias c=code
|
||||
alias sv="sudo vim"
|
||||
alias sn="sudo nvim"
|
||||
alias sv="sudo vim -u ~/.config/vim/vimrc"
|
||||
alias sn="sudo nvim -u ~/.config/nvim/init.lua"
|
||||
|
||||
# lsd - modern ls
|
||||
if command -v lsd > /dev/null; then
|
||||
|
|
@ -37,6 +37,9 @@ if command -v lsd > /dev/null; then
|
|||
alias tree='lsd --tree -I .DS_Store -I .git'
|
||||
fi
|
||||
|
||||
# fzf - Fuzzy Finder
|
||||
# export FZF_DEFAULT_OPTS_FILE=~/.dotfiles/common/fzfrc
|
||||
|
||||
# Functions #
|
||||
mkcd() {
|
||||
mkdir -p $1 && cd $1
|
||||
|
|
|
|||
|
|
@ -9,6 +9,9 @@ HIST_STAMPS="yyyy-mm-dd"
|
|||
HISTSIZE=10000
|
||||
SAVEHIST=10000
|
||||
|
||||
export LANG=zh_CN.UTF-8
|
||||
export LC_ALL=zh_CN.UTF-8
|
||||
|
||||
|
||||
# Manually manage plugins 手动管理插件
|
||||
# Load zsh-syntax-highlighting before zsh-history-substring-search
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue