From 02bc29d97361e9b6a79752f0e51bc50fc412cf89 Mon Sep 17 00:00:00 2001 From: Philipp Hack Date: Thu, 10 Aug 2017 19:38:21 +0200 Subject: [PATCH] Updated Examples (markdown) --- Examples.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Examples.md b/Examples.md index 14c8f63..f5be8ba 100644 --- a/Examples.md +++ b/Examples.md @@ -433,6 +433,11 @@ fstash() { done } ``` + +Create a gitignore file from [gitignore.io](http://gitignore.io): + +https://gist.github.com/phha/cb4f4bb07519dc494609792fb918e167 + ### Tags ```sh @@ -800,4 +805,3 @@ bindkey "${FZF_MARKER_MAIN_KEY:-\C-@}" _fzf_marker_main_widget bindkey "${FZF_MARKER_PLACEHOLDER_KEY:-\C-v}" _fzf_marker_placeholder_widget ``` -