File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,12 @@ alias zrc='nvim "$ZSH_CONFIG"/zshrc'
7
7
alias rezrc='source $ZSH_CONFIG/init'
8
8
9
9
# Common shortcommands
10
- alias t='translate'
10
+ # Translate with miltitran
11
+ alias tm='translate'
12
+ # Translate with soimort/translate-shell
13
+ alias t='trans'
14
+ alias te='trans :en'
15
+ alias tu='trans :ru'
11
16
alias hnm='hanami'
12
17
alias lg='lazygit'
13
18
alias rb='ruby'
@@ -56,7 +61,7 @@ alias gm='git merge'
56
61
alias go='git open' # plugin required
57
62
alias gp='git push'
58
63
alias gs='git status'
59
- alias gg='git symbolic-ref --short HEAD | git diff --shortstat master '
64
+ alias gg='git symbolic-ref --short HEAD | git diff --shortstat main '
60
65
alias gd='git symbolic-ref --short HEAD | git diff --shortstat develop'
61
66
alias gpf='git push --force'
62
67
alias gpu=' git push --set-upstream origin "$(git rev-parse --abbrev-ref HEAD)"'
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ POWERLEVEL9K_RVM_BACKGROUND="52"
38
38
POWERLEVEL9K_RVM_FOREGROUND="220"
39
39
40
40
POWERLEVEL9K_PROMPT_ADD_NEWLINE=true
41
- POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(context dir_writable dir rvm vcs newline vi_mode)
41
+ POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(context dir_writable dir rvm asdf vcs newline vi_mode)
42
42
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status root_indicator background_jobs history time)
43
43
44
44
## Advanced `vi_mode` color customization
You can’t perform that action at this time.
0 commit comments