From 7c14fa645cad6d4df1cd8e6e9dde5d091ee3e802 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Mon, 27 Jan 2020 12:30:43 +0100 Subject: [PATCH] Cleaning. --- zsh/zshrc | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/zsh/zshrc b/zsh/zshrc index 5cdda69..009224f 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -16,16 +16,4 @@ source ~/.zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh source ~/.zsh/themes/powerlevel10k/powerlevel10k.zsh-theme [[ ! -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 \ No newline at end of file