Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:mrjones2014/dirswitch
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Dec 19, 2021
2 parents 4e2925b + e793c3f commit 8c6805d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ echo 'eval "$(ctrlg init bash)"' >> ~/.bashrc
### Fish
```
echo 'ctrlg init fish | source' >> ~/.config/fish/config.fish`
echo 'ctrlg init fish | source' >> ~/.config/fish/config.fish
```
## Tmux Integration
Expand All @@ -46,13 +46,13 @@ window, set the environment variable `CTRLG_TMUX` to `true`.
### Bash/Zsh
```
export CTRLG_TMUX=true`
export CTRLG_TMUX=true
```
### Fish
```
set -U CTRLG_TMUX true`
set -U CTRLG_TMUX true
```
## Configuration
Expand All @@ -65,7 +65,7 @@ configuration is shown below:
# can be any list of globbing patterns, will only show directories
# not files
search_dirs:
- "~/.git/*"
- "~/git/*"
# configure what files to check for to show in the preview window
# of the fuzzy finder. Previews will use `cat` by default.
preview_files:
Expand Down

0 comments on commit 8c6805d

Please sign in to comment.