1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2026-02-13 05:59:46 +08:00

Compare commits

..

No commits in common. "772b41ea5a362206e1498453dd053e638752c5dc" and "6768906d07151140db901510b2c8b1ce2622f365" have entirely different histories.

3 changed files with 3 additions and 8 deletions

View File

@ -17,7 +17,7 @@ Requirements: Python needs to be installed.
- `als`: show all aliases by group - `als`: show all aliases by group
- `als -h/--help`: print help message - `als -h/--help`: print help mesage
- `als <keyword(s)>`: filter and highlight aliases by `<keyword>` - `als <keyword(s)>`: filter and highlight aliases by `<keyword>`

View File

@ -13,12 +13,7 @@ plugins=(... debian)
- `$apt_pref`: use aptitude or apt if installed, fallback is apt-get. - `$apt_pref`: use aptitude or apt if installed, fallback is apt-get.
- `$apt_upgr`: use upgrade or safe-upgrade (for aptitude). - `$apt_upgr`: use upgrade or safe-upgrade (for aptitude).
Set **both** `$apt_pref` and `$apt_upgr` to whatever command you want (before sourcing Oh My Zsh) to override this behavior, e.g.: Set `$apt_pref` and `$apt_upgr` to whatever command you want (before sourcing Oh My Zsh) to override this behavior.
```sh
apt_pref='apt'
apt_upgr='full-upgrade'
```
## Common Aliases ## Common Aliases

View File

@ -467,7 +467,7 @@ while (( 1 )); do
elif [ -n "$keypad" ]; then elif [ -n "$keypad" ]; then
final_key="$keypad" final_key="$keypad"
else else
_nlist_status_msg "Improper input detected" _nlist_status_msg "Inproper input detected"
zcurses refresh main inner zcurses refresh main inner
fi fi