1
0
Dotfiles/.bashrc
2025-05-02 11:43:35 +02:00

12 lines
285 B
Bash
Executable File

# ~/.bashrc
clear && myfetch -c 8 -C " █"
eval "$(starship init bash)"
[[ $- != *i* ]] && return
alias Settings="cd ~/.config && nvim"
alias untar="tar -xf"
alias phone="scrcpy --max-fps=60 --no-audio --keyboard=uhid --mouse=uhid"
# For scrcpy
export SDL_VIDEODRIVER=wayland