what I PERSONALLY think looks good :)

This commit is contained in:
blue balls 2025-07-22 14:24:47 +01:00
parent bc59be1563
commit cb150c1658
4 changed files with 171 additions and 4 deletions

19
.bashrc Normal file
View file

@ -0,0 +1,19 @@
[[ $- != *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)"