zsh: portable alias
This commit is contained in:
parent
80a051bb9b
commit
1c1d61e88f
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ alias gd='git diff'
|
|||
alias gup='git pull --rebase'
|
||||
alias gwch='git log -p --ext-diff'
|
||||
|
||||
alias wine32='WINEARCH=win32 WINEPREFIX=/home/sogun/.wine32 wine'
|
||||
alias wine32="WINEARCH=win32 WINEPREFIX=$HOME/.wine32 wine"
|
||||
|
||||
alias lg=lazygit
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue