Skip to content

Load and unload a `.abbr` file when entering and leaving directories.

Notifications You must be signed in to change notification settings

rcoedo/dir-abbr-fish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

dir-abbr-fish

Load and unload a .abbr file when entering and leaving directories.

Install

Install as a fisherman plugin

fisher add rcoedo/dir-abbr-fish

Functions

function Description
dir-abbr-list List loaded abbreviations.
dir-abbr-reload Reload .abbr file for the current directory.

Example of a .abbr file

init=rm -rf node_modules/; and yarn; and yarn compile
run=yarn run
test=yarn test
lint=yarn lint

About

Load and unload a `.abbr` file when entering and leaving directories.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages