what I PERSONALLY think looks good :)
This commit is contained in:
parent
bc59be1563
commit
cb150c1658
4 changed files with 171 additions and 4 deletions
19
.bashrc
Normal file
19
.bashrc
Normal 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)"
|
Loading…
Add table
Add a link
Reference in a new issue