dotefiles/.zshrc
2026-01-16 03:12:03 +01:00

17 lines
306 B
Bash

export ZSH="$HOME/.oh-my-zsh"
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
ZSH_THEME="strug"
DISABLE_AUTO_TITLE="true"
DISABLE_UNTRACKED_FILES_DIRTY="true"
plugins=(git zsh-autosuggestions)
source $ZSH/oh-my-zsh.sh
EDITOR="hx"
alias :q=exit
alias cl=clear
alias rm=rm -i
alias shut=shutdown 0