1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-05-13 11:17:45 +02:00

Compare commits

..

No commits in common. "248f13df8f4227ed39df5641ab77adac719f28a0" and "d95a8ba2d172bf68748f93bdb6bdd7bb8c3da0a5" have entirely different histories.

2 changed files with 4 additions and 6 deletions

View File

@ -49,11 +49,12 @@ zstyle ':vcs_info:git*+set-message:*' hooks git-st git-stash
PS1='%B%{$fg[blue]%}[%{$fg[blue]%}%n%{$fg[blue]%}@%{$fg[blue]%}%M %{$fg[blue]%}%~%{$fg[blue]%}]%{$reset_color%}\$%b ' PS1='%B%{$fg[blue]%}[%{$fg[blue]%}%n%{$fg[blue]%}@%{$fg[blue]%}%M %{$fg[blue]%}%~%{$fg[blue]%}]%{$reset_color%}\$%b '
RPROMPT='%B%{$fg[blue]%}$vcs_info_msg_0_%{$reset_color%}%b' RPROMPT='%B%{$fg[blue]%}$vcs_info_msg_0_%{$reset_color%}%b'
source /usr/share/zsh/plugins/zsh-autocomplete/zsh-autocomplete.plugin.zsh source /usr/share/zsh/plugins/zsh-autocomplete/zsh-autocomplete.plugin.zsh
bindkey '\t' menu-select "$terminfo[kcbt]" menu-select bindkey '\t' menu-select "$terminfo[kcbt]" menu-select
bindkey -M menuselect '\t' menu-complete "$terminfo[kcbt]" reverse-menu-complete bindkey -M menuselect '\t' menu-complete "$terminfo[kcbt]" reverse-menu-complete
bindkey -M menuselect '^ ' autosuggest-accept bindkey -M menuselect '[C' autosuggest-accept
zstyle ':autocomplete:*' list-lines 100 zstyle ':autocomplete:*' list-lines 7
zstyle ':autocomplete:*' widget-style menu-select zstyle ':autocomplete:*' widget-style menu-select
zle -A {.,}history-incremental-search-forward zle -A {.,}history-incremental-search-forward
zle -A {.,}history-incremental-search-backward zle -A {.,}history-incremental-search-backward
@ -61,7 +62,6 @@ zstyle ':autocomplete:*' fzf-completion yes
zstyle ':autocomplete:*' recent-dirs zsh-z zstyle ':autocomplete:*' recent-dirs zsh-z
zstyle ':autocomplete:*' menu select zstyle ':autocomplete:*' menu select
zstyle ':autocomplete:*' matcher-list '' 'm:{a-zA-Z}={A-Za-z}' 'r:|[._-]=* r:|=*' 'l:|=* r:|=*' # Case insensitive completion zstyle ':autocomplete:*' matcher-list '' 'm:{a-zA-Z}={A-Za-z}' 'r:|[._-]=* r:|=*' 'l:|=* r:|=*' # Case insensitive completion
zstyle ':autocomplete:*' insert-unambiguous yes
# Enable vi mode # Enable vi mode
bindkey -v bindkey -v
@ -150,7 +150,4 @@ fi
# python # python
#eval "$(pyenv init -)" #eval "$(pyenv init -)"
# set up thefuck
eval $(thefuck --alias)
pfetch pfetch

View File

@ -60,6 +60,7 @@ export PATH="${HOME}/.nimble/bin:${PATH}"
# python # python
export PYENV_ROOT="$HOME/.pyenv" export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH" export PATH="$PYENV_ROOT/bin:$PATH"
#eval "$(pyenv init --path)"
# less/man colors # less/man colors
export LESS=-R export LESS=-R