aboutsummaryrefslogtreecommitdiff
path: root/bash/.bash_aliases
blob: 397ab730954ddc4eab61e425f77daabb7b726578 (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
alias ..="cd ../"
alias ...="cd ../../"
alias ls="ls --color=auto"
alias ll="eza -la --time-style '+%a, %Y-%m-%d %H:%M' --hyperlink"
alias lr="eza -la --time-style '+%a, %Y-%m-%d %H:%M' --total-size --hyperlink"

alias stw="stow -v --target=$HOME"

alias clip="xclip -selection clipboard"
alias diff="diff --color=auto"
alias grep="grep --color=auto"
alias hss="hugo server --noHTTPCache"
alias ip="ip --color=auto"
alias lf="lfub"
alias lgit="lazygit"
alias mail="thunderbird"
alias mus="ncmpcpp"
alias su="su -"
alias vim="nvim"
alias vi="nvim"

alias yp="pwd | clip"
alias ytdl="yt-dlp"
alias zeit="tty-clock -C 1 -f %d.%m.%Y -sc"
alias kwbx="killall CiscoCollabHost"
alias showoff="fastfetch"
alias wisdom="fortune -os | cowsay -f tux"
alias xmap="xmodmap ~/.Xmodmap"

# disabled for fish compatibility :(
# alias emacs=":(){:|:&};:"