lol.plugin.zsh 959 Bytes
Newer Older
1
# LOL!!1
Janosch Schwalm's avatar
Janosch Schwalm committed
2
# Source: https://aur.archlinux.org/packages/lolbash/lolbash/lolbash.sh
3
4
5
6
7

alias wtf='dmesg'
alias onoz='cat /var/log/errors.log'
alias rtfm='man'

mapc's avatar
mapc committed
8
alias :3='echo'
9
10
11
alias visible='echo'
alias invisible='cat'
alias moar='more'
12
13
alias tldr='less'
alias alwayz='tail -f'
14
15

alias icanhas='mkdir'
16
alias gimmeh='touch'
17
18
19
alias donotwant='rm'
alias dowant='cp'
alias gtfo='mv'
20
alias nowai='chmod'
21
22

alias hai='cd'
23
alias iz='ls'
24
alias plz='pwd'
25
alias ihasbucket='df -h'
26
27

alias inur='locate'
28
29
30
31
alias iminurbase='finger'

alias btw='nice'
alias obtw='nohup'
32

33
alias nomz='ps aux'
34
35
alias nomnom='killall'

36
alias byes='exit'
37
38
alias cya='reboot'
alias kthxbai='halt'
Gambhiro's avatar
Gambhiro committed
39
40
41
42
43
44
45

alias pwned='ssh'

alias hackzor='git init'
alias rulz='git push'
alias bringz='git pull'
alias chicken='git add'
Gambhiro's avatar
git lol    
Gambhiro committed
46
47
alias oanward='git commit -m'
alias ooanward='git commit -am'
Janosch Schwalm's avatar
Janosch Schwalm committed
48
alias yolo='git commit -m "$(curl -s https://whatthecommit.com/index.txt)"'
Gambhiro's avatar
git lol    
Gambhiro committed
49
50
alias letcat='git checkout'
alias violenz='git rebase'
Gambhiro's avatar
Gambhiro committed
51