From a9479df7c1c84855cd17721d170fc4e3c5d2a269 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gergo=CC=8B=20Sulymosi?= Date: Thu, 27 Feb 2014 23:03:09 +0100 Subject: [PATCH] Update README with fish related stuff --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index fedd779..22e75a0 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,12 @@ __In tcsh:__ set path = ( "~/.tmuxifier/bin" $path ) ``` +__In fish:__ + +```fish +set -gx PATH "~/.tmuxifier/bin $PATH +``` + ### Custom Installation Path To install Tmuxifier somewhere else than the suggested `~/.tmuxifier`, simply @@ -94,6 +100,14 @@ Add the following to your `~/.cshrc`, `~/.tcshrc` or equivalent: eval `tmuxifier init -` ``` +__In fish:__ + +And add the following to your `~/.config/fish/config.fish` or equivalent: + +```fish +eval (tmuxifier init -) +``` + If you need to pass custom arguments to tmux itself, you can do so by setting the `TMUXIFIER_TMUX_OPTS` environment variable. For example: