Skip to content

Commit 482cb06

Browse files
committed
Add asdf and fix substring search
1 parent edf9430 commit 482cb06

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

alisa

+7-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@ alias zrc='nvim "$ZSH_CONFIG"/zshrc'
77
alias rezrc='source $ZSH_CONFIG/init'
88

99
# 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'
1116
alias hnm='hanami'
1217
alias lg='lazygit'
1318
alias rb='ruby'
@@ -56,7 +61,7 @@ alias gm='git merge'
5661
alias go='git open' # plugin required
5762
alias gp='git push'
5863
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'
6065
alias gd='git symbolic-ref --short HEAD | git diff --shortstat develop'
6166
alias gpf='git push --force'
6267
alias gpu=' git push --set-upstream origin "$(git rev-parse --abbrev-ref HEAD)"'

style

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ POWERLEVEL9K_RVM_BACKGROUND="52"
3838
POWERLEVEL9K_RVM_FOREGROUND="220"
3939

4040
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)
4242
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status root_indicator background_jobs history time)
4343

4444
## Advanced `vi_mode` color customization

0 commit comments

Comments
 (0)