mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-05-12 18:57:46 +02:00
Compare commits
2 Commits
d95a8ba2d1
...
248f13df8f
Author | SHA1 | Date | |
---|---|---|---|
248f13df8f | |||
c3b30fd87c |
@ -49,12 +49,11 @@ 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 '
|
||||
RPROMPT='%B%{$fg[blue]%}$vcs_info_msg_0_%{$reset_color%}%b'
|
||||
|
||||
|
||||
source /usr/share/zsh/plugins/zsh-autocomplete/zsh-autocomplete.plugin.zsh
|
||||
bindkey '\t' menu-select "$terminfo[kcbt]" menu-select
|
||||
bindkey -M menuselect '\t' menu-complete "$terminfo[kcbt]" reverse-menu-complete
|
||||
bindkey -M menuselect '[C' autosuggest-accept
|
||||
zstyle ':autocomplete:*' list-lines 7
|
||||
bindkey -M menuselect '^ ' autosuggest-accept
|
||||
zstyle ':autocomplete:*' list-lines 100
|
||||
zstyle ':autocomplete:*' widget-style menu-select
|
||||
zle -A {.,}history-incremental-search-forward
|
||||
zle -A {.,}history-incremental-search-backward
|
||||
@ -62,6 +61,7 @@ zstyle ':autocomplete:*' fzf-completion yes
|
||||
zstyle ':autocomplete:*' recent-dirs zsh-z
|
||||
zstyle ':autocomplete:*' menu select
|
||||
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
|
||||
bindkey -v
|
||||
@ -150,4 +150,7 @@ fi
|
||||
# python
|
||||
#eval "$(pyenv init -)"
|
||||
|
||||
# set up thefuck
|
||||
eval $(thefuck --alias)
|
||||
|
||||
pfetch
|
||||
|
1
.profile
1
.profile
@ -60,7 +60,6 @@ export PATH="${HOME}/.nimble/bin:${PATH}"
|
||||
# python
|
||||
export PYENV_ROOT="$HOME/.pyenv"
|
||||
export PATH="$PYENV_ROOT/bin:$PATH"
|
||||
#eval "$(pyenv init --path)"
|
||||
|
||||
# less/man colors
|
||||
export LESS=-R
|
||||
|
Loading…
x
Reference in New Issue
Block a user