-
Notifications
You must be signed in to change notification settings - Fork 0
/
_zsh_aliases
55 lines (55 loc) · 1.55 KB
/
_zsh_aliases
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
43
44
45
46
47
48
49
50
51
52
53
54
55
#/bin/bash
alias p="cd ~/Code"
alias s="cd ~/Code/sfdc/trailhead-content-service"
alias a="cd ~/Code/sfdc/th-content-assembler"
alias w="cd ~/Code/sfdc/trailhead-web"
alias c="cd ~/Code/sfdc/trailhead-core"
alias cc="cd ~/Code/sfdc/th-content-catalog"
alias z="cd ~/Code/sfdc/th-content-categorization"
alias tt="cd ~/Code/sfdc/trailhead-terraform"
alias tss="cd ~/Code/sfdc/trailmaker-storage-service"
alias m="cd ~/Code/mahjongwind"
alias h="heroku"
alias b="bundle"
alias be="bundle exec"
alias ber="bundle exec rspec"
alias berf="bundle exec rspec --fail-fast"
alias f="foreman start"
alias ag="ag --column --case-sensitive --path-to-ignore ~/.ignore --width 100"
alias top="top -o cpu"
alias rr="trash"
alias cp="cp -iv"
alias mv="mv -iv"
alias rm="rm -iv"
alias ls="ls -GFh"
alias ll="ls -l"
alias llrs="ls -lrt"
alias sl="ls"
alias du="du -h"
alias t="tmux -S /tmp/tm attach || tmux -S /tmp/tm new"
alias t2="tmux -S /tmp/tm2 attach || tmux -S /tmp/tm2 new"
alias tmatem="tmate show-messages"
alias brewu='brew update && OD=$(brew outdated) && echo && if [ -z "$OD" ]; then echo "Up to date."; else echo $OD && echo -n "brew upgrade? [y/N] " && read YN && [[ $YN == "y" ]] && brew upgrade && brew cleanup -s; fi'
alias grpe="grep"
alias heda="head"
alias x="exit"
alias xx="exit"
alias eit="exit"
alias exi="exit"
alias xit="exit"
alias eixt="exit"
alias exti="exit"
alias qexit="exit"
alias exot="exit"
alias iv="vi"
alias gi="vi"
alias qvi="vi"
alias vbi="vi"
alias bvi="vi"
alias vo="vi"
alias cate="cat"
alias rkae="rake"
alias raek="rake"
alias rials="rails"
alias :q=
alias :qa=