Cleaning.

This commit is contained in:
Bartek Stalewski 2020-01-27 12:30:43 +01:00
parent 7399975870
commit 7c14fa645c

View File

@ -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