some changes
This commit is contained in:
parent
99ae6a19f6
commit
16119cebfc
3 changed files with 2 additions and 7 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
@ -14,10 +14,6 @@
|
|||
path = .zsh/extract
|
||||
url = https://github.com/le0me55i/zsh-extract
|
||||
branch = master
|
||||
[submodule ".zsh/plugins/fzf-zsh-plugin"]
|
||||
path = .zsh/plugins/fzf-zsh-plugin
|
||||
url = https://github.com/unixorn/fzf-zsh-plugin.git
|
||||
branch = main
|
||||
[submodule ".zsh/themes"]
|
||||
path = .zsh/themes
|
||||
url = https://git.k4li.de/dotfiles/oh-my-posh.git
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 909f0b8879481eab93741fa284a7d1d13cf6f79e
|
4
.zshenv
4
.zshenv
|
@ -69,8 +69,8 @@ else
|
|||
fi
|
||||
|
||||
# ──────────────────────────────────────< fzf plugin >──────────────────────────────────────
|
||||
[ -d "$HOME/.zsh/plugins/fzf-zsh-plugin/bin" ] &&
|
||||
export PATH="$HOME/.zsh/plugins/fzf-zsh-plugin/bin:$PATH"
|
||||
# [ -d "$HOME/.zsh/plugins/fzf-zsh-plugin/bin" ] &&
|
||||
# export FZF_PATH="$HOME/.zsh/plugins/fzf-zsh-plugin/bin"
|
||||
|
||||
# ──────────────────────────────────────< git config >──────────────────────────────────────
|
||||
getGitDir() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue