-
Notifications
You must be signed in to change notification settings - Fork 0
/
private_abbrs.zsh
87 lines (87 loc) · 2.54 KB
/
private_abbrs.zsh
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
abbr "c"="clear"
abbr "cat"="bat --color always"
abbr "cm"="chezmoi"
abbr "cmcd"="chezmoi cd"
abbr "cp"="cp -av"
abbr "dconf"="/usr/bin/git --git-dir=/Users/rbhanot/dotfiles/ --work-tree=\$HOME"
abbr "dk"="docker"
abbr "dkc"="docker-compose"
abbr "dud"="du -d 1 -hc 2> /dev/null | grep -Ev \"\.\$\"|sort -h"
abbr "ee"="\$EDITOR ~/.zshrc"
abbr "fsh-alias"="fast-theme"
abbr "g"="git "
abbr "ga"="git add "
abbr "gb"="git branch "
abbr "gba"="git branch -a"
abbr "gcb"="git cb "
abbr "gcm"="git commit -a -m "
abbr "gcma"="git commit --amend "
abbr "gco"="git co "
abbr "gcom"="git checkout master"
abbr "gd"="git diff"
abbr "gdf"="git diff --name-status"
abbr "gdk"="git restore "
abbr "ghc"="gh copilot explain "
abbr "ghcs"="gh copilot suggest "
abbr "gl"="git log --pretty=format:'%C(auto)%h%d%Creset %s %C(cyan) [%aN] %Creset %C(green)(%ci)%Creset'"
abbr "gla"="git log --pretty=format:'%C(auto)%h%d%Creset %s %C(cyan) [%aN] %Creset %C(green)(%ci)%Creset' --graph --all"
abbr "gpl"="git pull"
abbr "gps"="git push "
abbr "gr"="rg"
abbr "grb"="git rebase "
abbr "grba"="git rebase --abort "
abbr "grbc"="git rebase --continue "
abbr "grbi"="git rebase -i "
abbr "grbm"="git rebase master"
abbr "grep"="rg"
abbr "grf"="git reflog --date=local"
abbr "grst"="git reset "
abbr "gs"="git status"
abbr "gsd"="git show --pretty=\"\" --name-status "
abbr "h"="history 0"
abbr "hg"="h | rg"
abbr "l"="ll"
abbr "less"="bat"
abbr "lg"="lazygit"
abbr "ll"="ls --header --long --sort=modified"
abbr "llA"="eza -lbhHigUmuSa"
abbr "lla"="ll --all"
abbr "lld"="ll -D"
abbr "llf"="ll -F"
abbr "llh"="get_hidden_files long "
abbr "ls"="eza -I \"*pyc*\" \$eza_params"
abbr "lS"="ll --sort=size"
abbr "lsa"="ls --all"
abbr "lSa"="lla --sort=size"
abbr "lsd"="ls -D"
abbr "lsf"="ls -F"
abbr "lsh"="get_hidden_files "
abbr "lst"="ls -T -L=3"
abbr "m"="mint "
abbr "mb"="mint build"
abbr "mbc"="mint build-cfg"
abbr "mbd"="mint deploy"
abbr "md"="mkdir"
abbr "mf"="mint format"
abbr "mun"="mint undeploy"
abbr "mux"="tmuxinator "
abbr "nvim-minimal"="NVIM_APPNAME=nvim-minimal nvim"
abbr "r"="exec zsh"
abbr "rbld"="rexec mint test"
abbr "rcfg"="rexec mint build-cfg"
abbr "rdep"="rexec mint deploy"
abbr "refresh-global"="eval \"\$(devbox global shellenv --preserve-path-stack -r)\" && hash -r"
abbr "rfmt"="rexec mint format"
abbr "run-help"="man"
abbr "rundep"="rexec mint undeploy"
abbr "ssh"="ssh "
abbr "vim"="nvim"
abbr "vrel"="vagrant reload"
abbr "vsh"="vagrant ssh"
abbr "wch"="which "
abbr "wh"="which "
abbr "which-command"="whence"
abbr "wich"="which "
abbr "xx"="exit"
abbr "zi"="__zoxide_zi"
abbr "zz"="z -"