Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #
- # ~/.bashrc
- #
- # If not running interactively, don't do anything
- [[ $- != *i* ]] && return
- alias ls='ls --color=auto'
- alias install="sudo pacman -S"
- alias uninstall="sudo pacman -R"
- # My mom is used to dos so I put cls for her :)
- alias cls="clear"
- alias "reload-desktop"="killall plasmashell && kstart5 plasmashell"
- alias sxhkdconfig='nano ~/.config/sxhkd/sxhkdrc'
- alias showlog-pkg-update='tail -8 /var/log/auto-package-download.log'
- alias lofi-play='mpv --vid=no --no-video $(youtube-dl -f 91 -g "https://www.youtube.com/watch?v=5qap5aO4i9A")'
- play-720(){
- url=$1
- mpv $(youtube-dl -f 22 -g $url)
- }
- #Stream audio only through MPV
- play-audio(){
- url=$1
- mpv $(youtube-dl -f 140 -g $url)
- }
- PS1="[\[\e[34m\]\u\[\e[m\]\[\e[31m\]@\[\e[m\]\[\e[32m\]\h\[\e[m\]]\W\[\e[36m\]\\$\[\e[m\] "
- #PS1='[\u@\h \W]\$ '
- export HISTCONTROL=ignorespace
- pfetch | lolcat -t -p 1 -F 0.2
- source $HOME/.cargo/env
Add Comment
Please, Sign In to add comment