Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
diohabara committed Mar 8, 2024
2 parents 815a4d5 + 54c5a01 commit 9505f86
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 42 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
40 changes: 0 additions & 40 deletions dot_config/nvim/init.vim

This file was deleted.

1 change: 1 addition & 0 deletions dot_config/zsh/dot_zshenv
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#!/usr/bin/env sh
export LANG=en_US.UTF-8
source ~/.zshrc
7 changes: 6 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,9 @@ 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"

source ~/.zshrc

0 comments on commit 9505f86

Please sign in to comment.