Vincent Pizzo
955c87710a
Allowing arguments to be passed to _python
...
I'm brand new to fish so I'm not sure if this is a fix of if I'm doing something incorrectly. On fish version 2.1.0 on osx 10.9.2 running pyhttp doesn't start the http server, instead only starts the python shell. This fixes that issue for me at least.
2014-04-27 18:18:31 -05:00
Bruno Pinto
c4aaa9035d
Merge pull request #146 from fissionxuiptz/patch-1
2014-04-24 16:50:58 -03:00
Fission Xuiptz
239beda7ea
Fixed condition check on item existence in list
...
Previously, 'set $path...' ran regardless of the result of 'and not contains...'. This fixes _append_path to actually use the result of the condition check.
2014-04-24 16:50:37 -03:00
Bruno
8e6adf2541
Merge pull request #145 from chrisirhc/feature/fix-z-plugin
...
fix z path scope
2014-04-24 05:01:07 -03:00
Chris Chua
99dcf2861d
fix z path scope
2014-04-22 12:28:21 -07:00
Bruno Pinto
fd18c83772
Merge pull request #140 from felipero/master
2014-04-16 17:27:40 -03:00
Felipe Rodrigues de Almeida
56ba9dbf7d
Added screenshot to the readme file.
2014-04-16 17:27:30 -03:00
Felipe Rodrigues de Almeida
d4382943bc
Space on the propper place
2014-04-16 17:27:30 -03:00
Felipe Rodrigues de Almeida
4dbe772048
forgot an if
2014-04-16 17:27:30 -03:00
Felipe Rodrigues de Almeida
99abb82ffa
Took the extra 0 out
2014-04-16 17:27:30 -03:00
Felipe Rodrigues de Almeida
4ab4cb5cb7
Preventing error when the branch isn't on upstream
2014-04-16 17:27:30 -03:00
Felipe Rodrigues de Almeida
82cab1f60d
Showing the difference of commits on upstream
2014-04-16 17:27:30 -03:00
Felipe Rodrigues de Almeida
b9031f3ed1
Showing the full path in the prompt.
2014-04-16 17:27:30 -03:00
Felipe Rodrigues
f7a95a96fe
added integral theme
2014-04-16 17:27:30 -03:00
Bruno Pinto
e17fdd0036
Merge pull request #141 from beloglazov/master
2014-04-16 17:25:15 -03:00
Anton Beloglazov
8492908b8b
Changed the indentation style to 2 spaces as requested by @bpinto
2014-04-16 17:23:17 -03:00
Anton Beloglazov
dbb6945337
beloglazov theme: call _git_branch_name only once - performance
2014-04-16 17:23:17 -03:00
Anton Beloglazov
79d6869a62
beloglazov theme: removed the "git:" prefix from the branch name to make the prompt shorter
2014-04-16 17:23:16 -03:00
Anton Beloglazov
7059648b75
Added a beloglazov theme, which is based on the default robbyrussel theme. This theme adds time, the number of non-pushed git commits, and whether the previous command has failed.
2014-04-16 17:23:16 -03:00
Bruno
6b6747b259
Merge pull request #143 from jonathanpa/master
...
Ignore vim backup file (sw?) and explain use of custom themes.
2014-04-16 17:22:41 -03:00
Jonathan Pares
9e97a467b6
Update README with custom themes
...
Mention how to use custom themes by placing them in custom/themes.
2014-04-16 22:01:38 +02:00
Jonathan Pares
eaa0ead841
Gitignore: Ignore vim backup file (sw?).
2014-04-16 21:43:33 +02:00
Bruno
fab7aba91c
Merge pull request #142 from skrobul/readme-for-plugins
...
add README file with list of plugins and their short descriptions
2014-04-15 14:47:50 -03:00
Marek Skrobacki
d387e69966
add README file with list of plugins and their short descriptions
2014-04-15 13:46:36 +01:00
Bruno
f12d3d6014
Merge pull request #137 from xfix/install-in-fish
...
Rewrite installation script in fish shell.
2014-04-04 17:21:43 -03:00
Konrad Borowski
d0cc1e7f70
Rewrite installation script in fish shell.
...
That now means oh my fish requires fish to be installed, but this is
probably for the better.
2014-04-04 18:20:29 +02:00
Bruno Pinto
9f7459b740
Merge pull request #127 from vincent-psarga/master
2014-03-24 17:36:33 -03:00
Vincent
fedc586e7d
Forgot bold for user/host
2014-03-24 17:35:08 -03:00
Vincent Pretre
36abf97c9c
Added exit code in right prompt
...
Display name in red when user is root
2014-03-24 17:35:08 -03:00
Vincent
6b7dfe3733
Removed useless variable
2014-03-24 17:35:08 -03:00
Vincent
2e3c352b4b
Updated README
2014-03-24 17:35:07 -03:00
Vincent
89cbab49f7
integrated screenshot in readme
2014-03-24 17:35:07 -03:00
Vincent
a3b4739e9a
Started README, added Screenshot
2014-03-24 17:35:07 -03:00
Vincent
0a609a6e23
Added bira theme (based on ZSH bira theme)
2014-03-24 17:35:07 -03:00
Vincent
def3de14ae
Ignore emacs temp files
2014-03-24 17:35:07 -03:00
Bruno Pinto
6d16880a74
Merge pull request #128 from perryh/master
2014-03-24 17:33:30 -03:00
Perry Huang
54a0494bae
Add perryh theme.
...
Add README.
2014-03-24 17:32:56 -03:00
Bruno
ef9983d402
Merge pull request #129 from Mic92/patch-1
...
source_script: Use command for external commands
2014-03-24 17:27:40 -03:00
Jörg Thalheim
11080e5c37
source_script: Use command for external commands
...
users might have functions in interactive shells shadowing system commands.
2014-03-16 16:24:12 +01:00
Bruno
27c8a32077
Merge pull request #126 from greggles/master
...
Issue #125 : add a drupal-focused theme
2014-03-14 10:03:52 -03:00
Greg Knaddison
881aa4cc72
Typo, via @bpinto
2014-03-11 13:21:16 -06:00
Greg Knaddison
e11eb0bd30
Issue #125 : add a drupal-focused theme
2014-03-06 09:10:25 -07:00
Bruno Pinto
8fa61126c6
Merge pull request #122 from skk/archlinux
2014-03-02 07:53:27 -03:00
Steven Knight
eef0fb484f
Corrected logic when testing if exists.
2014-02-28 19:29:39 -05:00
Steven Knight
1771eec8e3
Removed unnecessary sudo
2014-02-28 19:29:39 -05:00
Steven Knight
d54c53e641
Fixed Indentation problem
2014-02-28 19:29:39 -05:00
Steven Knight
0622fe860f
Ported function to zsh
2014-02-28 19:29:39 -05:00
Steven Knight
1df49b6fcd
Ported function to zsh
2014-02-28 19:29:39 -05:00
Steven Knight
9e53decf64
Added description
2014-02-28 19:29:39 -05:00
Steven Knight
217bde5994
Ported function to zsh
2014-02-28 19:29:39 -05:00