bb.dots/.bashrc

19 lines
450 B
Bash

[[ $- != *i* ]] && return
#make my shi look cool
figlet welcome to balls
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)"