Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

Latest commit

 

History

History
21 lines (16 loc) · 552 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 552 Bytes

Cellux's globalias

Alternative implementation of OhMyZsh globalias.

Installation

git clone https://github.com/matteocellucci/globalias.git $ZSH_CUSTOM/plugins

Add globalias to current plugins in your .zshrc.

Alias exclusion

Exclude alias from expansion in your .zshrc with:

export GLOBALIAS_EXCLUDE=(ls grep sudo)

Differences

  • No word expansion
  • Exclude aliases form expansion with GLOBALIAS_EXCLUDE variable
  • Different key bindings