Skip to content

Commit

Permalink
use vim
Browse files Browse the repository at this point in the history
  • Loading branch information
diohabara committed Jul 30, 2023
1 parent c324e40 commit f988cd2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dot_config/git/config
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

[core]
# Repo: https://github.com/neovim/neovim
editor = nvim
editor = vim
quotepath = false
# Repo: https://github.com/dandavison/delta
pager = delta --dark
Expand Down
6 changes: 5 additions & 1 deletion dot_config/zsh/dot_zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ fi
# zplug
# shellcheck source=/dev/null
. "${HOME}/.zplug/init.zsh"
zplug "sobolevn/wakatime-zsh-plugin", from:github
zplug load

# for direnv
Expand All @@ -80,3 +79,8 @@ fi
# linker
FLAG_OPTION="-L$(which lld)"
export LDFLAGS="$FLAG_OPTION"

# sdk
export SDKMAN_DIR="$HOME/.sdkman"
[[ -s "$HOME/.sdkman/bin/sdkman-init.sh" ]] && source "$HOME/.sdkman/bin/sdkman-init.sh"

0 comments on commit f988cd2

Please sign in to comment.