mirror of
https://github.com/GeorgeSG/dotfiles.git
synced 2026-09-06 01:18:44 +00:00
Update & fix prompt issues
This commit is contained in:
+2
-1
@@ -1,4 +1,5 @@
|
||||
source $HOME/Git/zsh-git-prompt/zshrc.sh
|
||||
GIT_PROMPT_EXECUTABLE="shell"
|
||||
source $ZDOTDIR/plugins/zsh-git-prompt/zshrc.sh
|
||||
|
||||
function git_email_prompt() {
|
||||
GIT_USER=$(git config user.email)
|
||||
|
||||
+7
-5
@@ -1,10 +1,8 @@
|
||||
ZDOTDIR=~/.zsh
|
||||
|
||||
source $ZDOTDIR/.zprompt
|
||||
|
||||
setopt AUTO_CD
|
||||
setopt NO_CASE_GLOB
|
||||
setopt GLOB_COMPLETE
|
||||
setopt auto_cd
|
||||
setopt no_case_glob
|
||||
setopt glob_complete
|
||||
|
||||
setopt correct
|
||||
setopt correct_all
|
||||
@@ -75,3 +73,7 @@ autoload -Uz compinit && compinit -i
|
||||
|
||||
# Load bashcompinit for some old bash completions
|
||||
autoload bashcompinit && bashcompinit
|
||||
|
||||
|
||||
# Prompt
|
||||
source $ZDOTDIR/.zprompt
|
||||
|
||||
Reference in New Issue
Block a user