blob: 95b70f3006727f337727ef681999d5518ce09355 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
alias neo="fm6000"
alias nb="newsboat"
alias rms="shred -uz"
alias ncm="ncmpcpp"
alias weather="curl wttr.in"
alias scurl="curl --tlsv1.2 --proto =https"
alias grep="grep --color=always"
alias ncms="ncm -h 192.168.1.12"
alias school="cd ~/docs/school"
alias abook="abook -f ~/.config/abook/addressbook"
alias irssi="irssi --config="$XDG_CONFIG_HOME"/irssi/config --home="$XDG_DATA_HOME"/irssi"
alias mpvsc="mpv --no-config --vo=image --vo-image-format=png --vo-image-outdir=screenshots --vo-image-high-bit-depth=no --no-audio --untimed --hr-seek=yes --sstep=250"
# Verbosity and settings that you pretty much just always are going to want.
alias cp="cp -iv"
alias mv="mv -iv"
alias rm="rm -vI"
alias mkd="mkdir -pv"
alias yt="youtube-dl --add-metadata -i"
alias yta="yt -x -f bestaudio/best"
alias ffmpeg="ffmpeg -hide_banner"
# Colorize commands when possible.
alias ls="exa -h --color=auto --group-directories-first"
alias grep="grep --color=auto"
alias diff="diff --color=auto"
alias ccat="highlight --out-format=ansi"
# These common commands are just too long! Abbreviate them.
alias ka="killall"
alias g="git"
alias trem="transmission-remote"
alias YT="youtube-viewer"
alias sdn="sudo shutdown -h now"
alias f="$FILE"
alias e="$EDITOR"
alias v="$EDITOR"
alias p="sudo pacman"
alias xi="sudo xbps-install"
alias xr="sudo xbps-remove -R"
alias xq="xbps-query"
alias z="zathura"
|