Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Edit My Config is a plugin for Fish Shell.

License

NotificationsYou must be signed in to change notification settings

demartini/emc.fish

Repository files navigation


Logo

emc.fish

Edit My Config


gitter badgereleases badgefish version badgelicense badge

Table of Contents

Why

Edit My Config is a plugin forFish Shell, it was made for those like me who are tired of typing long commands.

Features

Want more features? Please open anissue or send apull request!

Installation

Install withFisher (recommended):

fisher install demartini/emc.fish

Usage

Callemc in your terminal with anoption:

$ emc [<option>]

demo

OptionDescription
emc bashOpens the Bash config file.
emc fishOpens the Fish config file.
emc gitOpens the Git config file.
emc gpgOpens the GPG config file.
emc gpgaOpens the GPG agent config file.
emc nvimOpens the Neovim config file.
emc starshipOpens the starship config file.
emc tmuxOpens the tmux config file.
emc vimOpens the Vim config file.
emc zshOpens the Zsh config file.
emc versionShow the current version.
emc helpPrint help.

Customization

Using custom command

If you would like to customizeemc default command, then set your ownEMC_CMD universal variable. For example:

set--universal--export EMC_CMD ec

Alternatively, you can add the following line to your~/.config/fish/config.fish:

set--export EMC_CMD ec

Using different editor

The default editor isVS Code, but if you would like to use a different one, then set your ownEMC_EDITOR universal variable. For example:

set--universal--export EMC_EDITOR nvim

Alternatively, you can add the following line to your~/.config/fish/config.fish:

set--export EMC_EDITOR nvim

Contributing

If you are interested in helping contribute, please take a look at ourcontribution guidelines and open anissue orpull request.

Changelog

SeeCHANGELOG for a human-readable history of changes.

License

Distributed under the MIT License. SeeLICENSE for more information.


[8]ページ先頭

©2009-2025 Movatter.jp