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

20 lines
372 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"
if [[ -f /run/.toolboxenv ]]; then
export HOST="toolbox📦"
fi
alias :q=exit
alias cl=clear
alias rm=rm -i
alias shut=shutdown 0