Initial commit from nzxt-arch

This commit is contained in:
2018-12-03 05:58:09 -05:00
parent e3688f7e2a
commit 697ab96e13
7 changed files with 29 additions and 16 deletions

View File

@@ -68,6 +68,7 @@ alias "f."="f .."
alias "f.."="f ..."
function mvd() { mv $1 ~/Downloads ; }
alias lhd="sudo fdisk -l"
# }}} directory-related #
@@ -113,6 +114,7 @@ function aptr() { sudo apt remove $1 ; }
function pac() { sudo pacman -S $1 ; }
function pcr() { sudo pacman -Rs $1 ; }
alias aptu="sudo apt upgrade"
# }}} system #
# config files {{{ #
@@ -134,7 +136,7 @@ function vsnp() { ni ~/.vim/plugged/vim-snippets/UltiSnips/"$1".snippets ; }
# applications {{{ #
silent="> /dev/null 2>&1& "
alias r="ranger"
alias rg="ranger"
alias mr="man ranger"
# okular
# function ok() { nohup okular $1 > /dev/null 2>&1& ; }
@@ -154,6 +156,7 @@ function auc() { xdotool click --repeat 1000000 --delay $1 1 ; }
# alias kauc="pkill -f xdotool"
# alias rsl="java -jar ~/Downloads/RuneLite.jar"
alias swex="sudo nohup ~/Downloads/swex.appimage $silent"
alias h="htop"
alias vbn="cvlc --loop --alsa-gain 1 ~/Music/brown-noise.mp3"
alias rmsw="rm .sw*"