1
0

Add files via upload

This commit is contained in:
Eli Fouts 2024-12-16 22:26:31 -05:00 committed by GitHub
parent e4e8cb59cb
commit 926cba48a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

22
.bashrc Normal file
View File

@ -0,0 +1,22 @@
#
# ~/.bashrc
#
eval "$(starship init bash)"
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
alias grep='grep --color=auto'
alias pool='clear && asciiquarium'
alias f='clear && nerdfetch'
alias bye='sudo shutdown -h now'
alias loop='sudo reboot'
alias h='dbus-launch Hyprland'
alias fonts='fc-list -f "%{family}\n"'
alias hypr='cd ~/.config/hypr/'
alias tasks='bpytop'
export XDG_CURRENT_DESKTOP=Hyprland
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
alias eww='./eww'
PS1='[\u@\h \W]\$ '