-
-
Save bashkid/62299594f752d6d60abcab9a7321f1df to your computer and use it in GitHub Desktop.
Revisions
-
tikolakin revised this gist
Feb 21, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ Directly from CLI ``` alias x='exit' funcsave x -
tikolakin revised this gist
Feb 21, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -15,7 +15,7 @@ and put ``` function homestead set DIR $PWD cd ~/Homestead eval vagrant $argv cd $DIR -
tikolakin revised this gist
Feb 21, 2016 . 2 changed files with 23 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,2 +0,0 @@ This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,23 @@ # Directly form CLI ``` alias x='exit' funcsave x ``` or create a file in ``` ~/.config/fish/functions ``` with name ``` homestead.fish ``` and put ``` function homestead DIR=pwd cd ~/Homestead eval vagrant $argv cd $DIR end ``` -
tikolakin created this gist
Feb 21, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ alias x='exit' funcsave x