Commit Graph

1053 Commits

Author SHA1 Message Date
Zhuang Ya
ded3ad70f8 reformat the indentation 2013-05-18 01:39:46 +08:00
Zhuang Ya
3288478117 gitignore.io cli function for fish ;) 2013-05-18 01:32:27 +08:00
Bruno
cfb04dfffe Curl is installed by default on osx. 2013-05-17 12:04:10 -03:00
Bruno
081ed040ee Forgot to remove this text. 2013-05-17 10:14:07 -03:00
Bruno
51f88d0816 Fixing wrong formatting on readme. 2013-05-17 10:10:34 -03:00
Bruno
cff8a47d15 Updating readme content and migrated to markdown. 2013-05-17 10:05:41 -03:00
Bruno Pinto
192e4e4a4d ec2 api plugin 2013-05-15 09:12:46 -03:00
Bruno
b45d2ebb84 Merge pull request #28 from uggedal/uggedal-theme
Minimal prompt theme.
2013-05-09 16:54:39 -07:00
Eivind Uggedal
f9e1ff0cab Minimal prompt theme.
Displays the $CWD only. If you are connected through ssh the hostname
will also be shown.

I like my prompt uncluttered. If I need to know if my git repo is
dirty I run `git st`. If I get lost and need to know which branch
I'm on it takes my fingers 2 seconds to type `git br<C-f>`.

The right prompt displays the last commands exit code if it was
non-zero. It requires a recent version of fish from git.
2013-05-10 00:20:49 +02:00
Bruno
f7bcf0c630 Merge pull request #27 from numist/numist/theme
Yet another custom theme
2013-05-01 09:06:47 -07:00
Scott Perry
f19a08341a Home directory contraction in path 2013-05-01 01:06:25 -07:00
Scott Perry
b089ef626d Sane initial value for status_info 2013-05-01 01:00:14 -07:00
Scott Perry
5a38bf4294 Initial theme import 2013-05-01 00:51:32 -07:00
Bruno
46e891510a Merge pull request #26 from sheldon/patch-1
readme matching config, no git plugin
2013-04-18 05:58:23 -07:00
Sheldon Els
9bb845cd8f readme matching config, no git plugin 2013-04-18 09:53:05 +02:00
Bruno
7b64dde939 Specifying that fish 2.0 is supported. 2013-04-14 13:09:27 -03:00
Bruno Pinto
b7ee9ec0b9 fry plugin 2013-03-23 01:24:34 -03:00
Bruno Pinto
71d79d8111 adding sidekiq to bundled commands list 2013-03-19 17:37:08 -03:00
Bruno
120131001d Merge pull request #22 from sn0cr/agnoster_theme
Agnoster theme
2013-03-15 09:41:53 -07:00
sn0cr
2a4482a53f apply the variable-naming-convention 2013-03-15 15:11:19 +01:00
sn0cr
db5635a030 remove some testing comments 2013-03-15 15:11:19 +01:00
sn0cr
71fc7a9826 add the agnoster theme by agnoster ported to fish shell 2013-03-15 15:11:19 +01:00
Bruno
34c104e6f3 Merge pull request #19 from krisleech/localhost-plugin
plugin to open http://localhost:3000 (and other ports) in the default browser
2013-03-13 12:44:09 -07:00
Kris Leech
94b54094dd Allow http://localhost:$port to be opened in the default browser using either the port number for common ports or lh for an arbitrary port. 2013-03-12 18:52:26 +00:00
Kris Leech
388e15f6c5 localhost plugin which opens http://localhost:3000 (and other ports) in the default browser 2013-03-12 18:52:25 +00:00
Bruno Pinto
7bf108b81c simpler support for local npm packages 2013-03-10 15:08:58 -03:00
Bruno Pinto
9caa7af7b8 support for local npm packages when loading shell 2013-03-10 14:24:59 -03:00
Bruno Pinto
fadb1fe446 ooops... forgot to remove this line :) 2013-03-10 03:13:41 -03:00
Bruno Pinto
d59bd05463 adding support for local npm packages 2013-03-10 03:08:11 -03:00
Bruno Pinto
4cdc45cc56 rails function migrate that will also migrate the test database 2013-03-05 23:13:44 -03:00
Bruno Pinto
53d1c4fa15 Closes #17: removing rbenv rehash from plugin load 2013-03-05 16:43:16 -03:00
Bruno
01ee2c5249 Merge pull request #16 from krisleech/fix_template
Replace non-existent `git` plugin with `bundler` in fish.config template
2013-03-04 09:45:12 -08:00
Kris Leech
01c60a0507 Replace non-existent git plugin with bundler in template used to generate config.fish 2013-03-04 09:06:35 +00:00
Bruno Pinto
39e5f6004d checking plugins paths before adding them to PATH 2013-03-04 00:21:47 -03:00
Bruno
3796f3b4be Merge pull request #15 from krisleech/krisleech_prompt
My personal theme, including cwd and git
2013-03-03 19:11:28 -08:00
Kris Leech
4e89bc5a8f Fix prompt so it shows the red pipe even when in the home directory 2013-03-03 22:26:17 +00:00
Kris Leech
73ea47277f My personal theme, including cwd and git 2013-03-03 22:04:10 +00:00
Bruno
b1c8475705 Documentation update about automatic installer 2013-03-03 03:07:41 -03:00
Bruno Pinto
4d00195fe2 install tool 2013-03-03 02:33:40 -03:00
Bruno Pinto
fd952eebbd removing no longer used redefine_function 2013-03-02 03:49:12 -03:00
Bruno Pinto
5cde405bb7 setup z based on PWD variable 2013-03-02 03:49:12 -03:00
Bruno Pinto
b99bee0a7a configuring rvm on shell load 2013-03-02 03:49:12 -03:00
Bruno Pinto
14d0391e70 setup rvm based on PWD variable 2013-03-02 03:22:25 -03:00
Bruno Pinto
f026e18384 Updating rvm scripts from rubycut/fish-inwater. 2013-03-02 02:52:23 -03:00
Bruno Pinto
9ad425c718 fixing example custom load file format 2013-02-07 09:31:59 -02:00
Bruno
b057d3df43 Documentation outdated, fixes #12. 2013-02-06 17:04:31 -02:00
Bruno
f9b330db0d Merge pull request #11 from skammer/patch-1
Update README.textile
2013-01-28 03:49:11 -08:00
Max Vasiliev
998d5f1d46 Update README.textile
There is no ~/.oh-my-fish/templates/config.fish-template file
2013-01-27 16:39:45 +04:00
Bruno Pinto
6f9d3e10cc including python scripts path on PATH 2013-01-14 21:37:23 -02:00
Bruno
13bf97a7fb Merge pull request #10 from ramitos/master
add custom theme (l)
2013-01-13 12:20:32 -08:00