bb.dots/.bashrc
2025-07-22 19:16:50 +01:00

21 lines
477 B
Bash

[[ $- != *i* ]] && return
#make my shi look cool
if [ -z "$TMUX" ]; then
figlet welcome to balls
fi
PS1='balls [\W] > '
# mmm
alias cd='z'
alias ls='ls --color=auto --almost-all'
alias grep='grep --color=auto'
alias up='paru -Syu'
alias neofetch="fastfetch"
alias fetch="pfetch"
#dont get rid of retard
export EDITOR=vim # stock vim > nvim
complete -F _root_command doas
PATH=$PATH:/home/balls/.local/share/gem/ruby/3.4.0/bin:/home/balls/bins/bin
eval "$(zoxide init bash)"