dotfiles/zsh/.zshrc

23 lines
621 B
Bash
Raw Normal View History

2022-05-24 13:32:52 +00:00
# Lines configured by zsh-newuser-install
HISTFILE=~/.histfile
HISTSIZE=1000
SAVEHIST=1000
setopt appendhistory autocd
unsetopt beep extendedglob notify
bindkey -v
# End of lines configured by zsh-newuser-install
# The following lines were added by compinstall
2022-05-24 13:50:47 +00:00
zstyle :compinstall filename '$HOME/.zshrc'
2022-05-24 13:32:52 +00:00
autoload -Uz compinit
compinit
# End of lines added by compinstall
# Aliases
alias ssh="TERM=xterm ssh"
# Shell initializations
2022-05-24 13:36:43 +00:00
eval "$(oh-my-posh init zsh --config 'https://raw.githubusercontent.com/jbowdre/dotfiles/main/oh-my-posh/vpotato.minimal.omp.json')"
2022-05-24 13:32:52 +00:00
enable_poshtransientprompt
eval "$(mcfly init zsh)"