mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Revert unintended "added rehash after apt-get install",
made a mistake, old, not working version, was not meant to be
committed, not to speak of being pulled
This reverts commit a88d84daec.
This commit is contained in:
parent
180072eead
commit
82c89bdd91
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ if [[ $use_sudo -eq 1 ]]; then
|
|||
alias adu="sudo $apt_pref update && sudo $apt_pref dist-upgrade"
|
||||
alias afu='sudo apt-file update'
|
||||
alias ag="sudo $apt_pref upgrade"
|
||||
alias ai="sudo $apt_pref install; rehash"
|
||||
alias ai="sudo $apt_pref install"
|
||||
alias ap="sudo $apt_pref purge"
|
||||
alias ar="sudo $apt_pref remove"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue