Commit Graph

721 Commits (0e60927f4e11bd5108fa57e4e5f34eaac54a4805)
 

Author SHA1 Message Date
Jichao Ouyang c7d55526ec add capability to bash `export` 10 years ago
Bruno Pinto fa024507da Merge pull request #280 from bucaran/feat-prepend_tree 10 years ago
Jorge Bucaran 7b0a7ef76f Add -P --preview flag to help debug/test command. 10 years ago
Jorge Bucaran a51dc2d7f5 Add _prepend_tree command. Traverse a dependency tree and add it to a path. 10 years ago
Bruno 9c37de5d5f Merge pull request #282 from janlindblom/feature/improved_plenv_plugin
Allow plenv plugin to read from $PLENV_ROOT
10 years ago
Jan Lindblom 0cbd3480a8 Allow plan plugin to read from $PLENV_ROOT (useful with Homebrew on Mac). 10 years ago
Bruno Pinto 3a4b7de689 Merge branch 'prepend_path' 10 years ago
Bruno Pinto b861a5cee1 deprecating _append_path and create _prepend_path 10 years ago
Bruno 73459aeb7d Merge pull request #266 from bobthecow/fix/local-config-home-suffix
Remove common .home suffix from local-config hostname.
10 years ago
Justin Hileman d6d10825ae Remove common .home suffix from local-config hostname. 10 years ago
Bruno Pinto 5f230e331d checking for --inherit-variable support is too slow 10 years ago
Bruno Pinto b04c7fa42b Merge pull request #195 from natrim/master 10 years ago
Natrim d3daa585aa Composer plugin
- add function "composer"
- uses local composer if available
- add function "composer_install" to install composer to current dir
10 years ago
Bruno Pinto c56d016f7d Merge pull request #170 from rominf/dpaste 10 years ago
Roman Inflianskas 2d363c740d [dpaste] Make dpaste a replacement for sprunge 10 years ago
Roman Inflianskas bb1d149e2c [dpaste] Add time options: 1, onetime, 2, twotimes 10 years ago
Roman Inflianskas 36aa069f7b [dpaste] Add system tests 10 years ago
Roman Inflianskas e957365d75 [dpaste] Another try to fix tests running on OS X 10 years ago
Roman Inflianskas b256aac2e1 [dpaste] Allow test run with any working directory 10 years ago
Roman Inflianskas b1b7b0a0ee [dpaste] Using sed -E everywhere 10 years ago
Roman Inflianskas e5b7c01934 [dpaste] Fix hour, week, month expired snippets 10 years ago
Roman Inflianskas 668849a9c3 [dpaste] Fix tests 10 years ago
Roman Inflianskas 4cb6539197 [dpaste] Add tests 10 years ago
Roman Inflianskas 32c1a02690 [dpaste] Add compatibility with non GNU *nix 10 years ago
Roman Inflianskas b3d40bb35d [dpaste] Add --help alias for help 10 years ago
Roman Inflianskas feff0bb89d [dpaste] Fixed file pasting with option -t 10 years ago
Roman Inflianskas 4aedc2917f [dpaste] Underscoring all private variables and functions 10 years ago
Roman Inflianskas 9ce45f5f38 [dpaste] Add "expires" option 10 years ago
Roman Inflianskas a58c498362 [dpaste] Add dpaste plugin 10 years ago
Bruno Pinto 06b35235ff Merge pull request #262 from bobthecow/fish-all-the-fish 10 years ago
Justin Hileman c91f0932d7 [bobthefish] Add config options to readme. 10 years ago
Justin Hileman 4db1f71bb3 [bobthefish] Default hg segment to off
… due to performance concerns.

See #258
See #262
10 years ago
Justin Hileman 620dbedef7 [bobthefish] One more hg speedup.
Send along the directory where we already found the .hg to throw hg a bone.
10 years ago
Justin Hileman b4cd761843 [bobthefish] One more cleanup. 10 years ago
Justin Hileman 1e9893102e [bobthefish] Default display configs to yes 10 years ago
Roman Inflianskas eec81de1b4 bobthefish: allow user disable segments
Conflicts:
	themes/bobthefish/fish_prompt.fish
10 years ago
Justin Hileman 0e76751e5f [bobthefish] Use @rominf's recursive hg to find hg root. 10 years ago
Roman Inflianskas a3b401127c bobthefish: hg: faster checking for hg repo (fix)
Conflicts:
	themes/bobthefish/fish_prompt.fish
10 years ago
Justin Hileman 8b2b0ac585 [bobthefish] Use brackets instead of test. 10 years ago
Justin Hileman 3620d70690 [bobthefish] always use `command hg` 10 years ago
Justin Hileman 340a293517 [bobthefish] Use consistent sed delimiters. 10 years ago
Justin Hileman 83f5e52a0e [bobthefish] Standardize stderr redirects. 10 years ago
Justin Hileman 37a0679dda [bobthefish] much cleaner git "ahead" flag. 10 years ago
Justin Hileman b67fde9a33 [bobthefish] Add support for rbenv and RVM 10 years ago
Justin Hileman a81b1fcc2c [bobthefish] Simplify bold segments.
Add support for --bold (and --underline) to the __bobthefish_start_segment function.
10 years ago
Justin Hileman 4012de608d [bobthefish] Better (faster, stronger) SCM segments
* Show the closest parent repo if $PWD is in both an hg and git repo.
 * Only find the repo root once per SCM, not two or three times :)
10 years ago
Justin Hileman a4ba3bc8e7 [bobthefish] More virtualenv tweaks
* Inline a one-line method that's called one place
 * Make sure __bobthecow_virtualenv_python_version doesn't fail if python isn't a symlink.
 * Add a visual segment indicator after python version glyph.
10 years ago
Justin Hileman f6456dbc26 [bobthefish] Update virtualenv segment colors…
remove some additional unnecessary complication.
10 years ago
Bruno Pinto 02529d7aca correctly adding sorted brew paths 10 years ago
Bruno Pinto cf5b5abadc Merge pull request #251 from tannhuber/master 10 years ago