1
0
Dotfiles/.bashrc

14 lines
320 B
Bash
Executable File

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