Skip to content

Instantly share code, notes, and snippets.

View beehead's full-sized avatar
🤔

Борис beehead

🤔
  • Vyborg, Russia
View GitHub Profile
autoload -Uz compinit promptinit vcs_info
compinit
promptinit
HISTSIZE=10000
SAVEHIST=10000
HISTORY_IGNORE="(export *|ls *|cd *|pwd|exit|history|git *|vim *|ollama *|zed *)"
precmd_vcs_info() { vcs_info }
precmd_functions+=( precmd_vcs_info )
" vim rc
set nocompatible
filetype on
filetype plugin on
filetype indent on
syntax on
set relativenumber
set cursorline
set history=10000
set wildmenu