diff options
| author | bozo.kopic <bozo@kopic.xyz> | 2020-12-21 18:06:36 +0100 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2020-12-21 18:06:36 +0100 |
| commit | 59a962ec2521f80cafda91325adb167c1c8d83f5 (patch) | |
| tree | 3b48743e5146b4fe02714cf92935c559a84d0b23 | |
| parent | 004162c05e42a2f2645ca06702567967b1d88961 (diff) | |
.
| -rw-r--r-- | shell/zsh/.zshrc | 8 | ||||
| -rw-r--r-- | shell/zsh/zsh-git-prompt/zshrc.sh | 10 | ||||
| -rw-r--r-- | subl3/Preferences.sublime-settings | 2 |
3 files changed, 13 insertions, 7 deletions
diff --git a/shell/zsh/.zshrc b/shell/zsh/.zshrc index 6d0d4ef..949f913 100644 --- a/shell/zsh/.zshrc +++ b/shell/zsh/.zshrc @@ -8,5 +8,11 @@ autoload -Uz compinit compinit . ~/.dotfiles/shell/zsh/zsh-git-prompt/zshrc.sh - PROMPT='[%F{green}%n%f@%m %F{green}%~%f $(git_super_status)]$ ' + +. /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh +. /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh +. /usr/share/zsh/plugins/zsh-history-substring-search/zsh-history-substring-search.zsh + +bindkey '^[[A' history-substring-search-up +bindkey '^[[B' history-substring-search-down diff --git a/shell/zsh/zsh-git-prompt/zshrc.sh b/shell/zsh/zsh-git-prompt/zshrc.sh index d4010c1..901df64 100644 --- a/shell/zsh/zsh-git-prompt/zshrc.sh +++ b/shell/zsh/zsh-git-prompt/zshrc.sh @@ -97,11 +97,11 @@ ZSH_THEME_GIT_PROMPT_PREFIX="(" ZSH_THEME_GIT_PROMPT_SUFFIX=")" ZSH_THEME_GIT_PROMPT_SEPARATOR="|" ZSH_THEME_GIT_PROMPT_BRANCH="%{$fg_bold[magenta]%}" -ZSH_THEME_GIT_PROMPT_STAGED="%{$fg[red]%}%{●%G%}" -ZSH_THEME_GIT_PROMPT_CONFLICTS="%{$fg[red]%}%{✖%G%}" -ZSH_THEME_GIT_PROMPT_CHANGED="%{$fg[blue]%}%{✚%G%}" -ZSH_THEME_GIT_PROMPT_BEHIND="%{↓%G%}" -ZSH_THEME_GIT_PROMPT_AHEAD="%{↑%G%}" +ZSH_THEME_GIT_PROMPT_STAGED="%{$fg[red]%}%{● %G%}" +ZSH_THEME_GIT_PROMPT_CONFLICTS="%{$fg[red]%}%{✖ %G%}" +ZSH_THEME_GIT_PROMPT_CHANGED="%{$fg[blue]%}%{✚ %G%}" +ZSH_THEME_GIT_PROMPT_BEHIND="%{↓ %G%}" +ZSH_THEME_GIT_PROMPT_AHEAD="%{↑ %G%}" ZSH_THEME_GIT_PROMPT_UNTRACKED="%{…%G%}" ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg_bold[green]%}%{✔%G%}" diff --git a/subl3/Preferences.sublime-settings b/subl3/Preferences.sublime-settings index 6fcd102..9dc87ca 100644 --- a/subl3/Preferences.sublime-settings +++ b/subl3/Preferences.sublime-settings @@ -44,7 +44,7 @@ [ ], "font_face": "Roboto Mono", - "font_size": 12, + "font_size": 11, "highlight_line": true, "highlight_modified_tabs": true, "ignored_packages": |
