Skip to content

jarmo/expand-aliases-oh-my-zsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

DEPRECATED

Since plugin globalias now supports expanding of aliases as well then this plugin is deprecated.

expand-aliases

Maintainer: Jarmo Pertman

This plugin expands aliases while typing them in terminal.

For example:

alias foo="bar baz"

$ foo
# pressing space will expand that alias to... surprise, surprise
$ bar baz

To skip expansion, use control-space instead of just space.

Installation

Just add it to oh-my-zsh plugins list in ~/.zshrc, but make sure it is added last (or not last if you prefer some aliases not to be expanded).

plugins=(... expand-aliases)

About

expand-aliases plugin for oh-my-zsh

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages