Cleaning.
This commit is contained in:
parent
7399975870
commit
7c14fa645c
12
zsh/zshrc
12
zsh/zshrc
@ -16,16 +16,4 @@ source ~/.zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
|||||||
source ~/.zsh/themes/powerlevel10k/powerlevel10k.zsh-theme
|
source ~/.zsh/themes/powerlevel10k/powerlevel10k.zsh-theme
|
||||||
|
|
||||||
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
||||||
#function zsh_directory_name() {
|
|
||||||
# emulate -L zsh
|
|
||||||
# [[ $1 == d ]] || return
|
|
||||||
# while [[ $2 != / ]]; do
|
|
||||||
# if [[ -e $2/.git ]]; then
|
|
||||||
# typeset -ga reply=(${2:t} $#2)
|
|
||||||
# return
|
|
||||||
# fi
|
|
||||||
# 2=${2:h}
|
|
||||||
# done
|
|
||||||
# return 1
|
|
||||||
#}
|
|
||||||
[ -e ~/.zshrc.local ] && source ~/.zshrc.local
|
[ -e ~/.zshrc.local ] && source ~/.zshrc.local
|
Loading…
Reference in New Issue
Block a user