Bruno Pinto
b861a5cee1
deprecating _append_path and create _prepend_path
2014-11-29 17:15:30 +11:00
Bruno Pinto
df2cf7e33e
removing no longer used function
2014-07-16 00:36:31 -03:00
Bruno Pinto
5ed6752201
extracting _append_path function
2013-11-20 07:35:31 -02:00
Bruno Pinto
605028a7fc
using 2 spaces instead of 4 spaces
2013-11-20 06:06:31 -02:00
Wolfgang Richter
9f70b8ec12
oh-my-fish.fish: remove unneeded code
2013-11-20 06:05:27 -02:00
Wolfgang Richter
dd117c8275
oh-my-fish.fish: add helper function to test directory
...
- existence of dir
- and also if it is already in the path list
2013-11-20 06:05:27 -02:00
Wolfgang Richter
34967e61e9
oh-my-fish.fish: remove debug code thanks @GlitchMr
2013-11-20 06:05:27 -02:00
Wolfgang Richter
513f19c8a1
oh-my-fish.fish: ensure duplicates aren't prepended to fish_function_path
2013-11-20 06:05:27 -02:00
Bruno Pinto
e38b220e1e
Revert "fish has renamed . to source"
...
As @GlitchMr commented, fish 2.1 has not been released yet and even
then, the command . will only be deprecated, not removed.
This reverts commit 03833fda7b
.
2013-10-18 14:15:47 -03:00
Bruno Pinto
03833fda7b
fish has renamed . to source
2013-10-18 10:17:58 -03:00
Bruno Pinto
1f08915e14
function to restore original fish colors
2013-08-07 09:33:10 -03:00
Bruno Pinto
b7b5ce3cc4
loading theme either from custom or from oh-my-fish dir
2013-08-06 17:31:19 -03:00
ilkosta
9c3d1506ff
enable custom themes in $fish_custom/themes dir
2013-06-17 21:27:19 +02:00
Bruno Pinto
05b4207a66
automatically loaded files should not have the suffix '.fish' otherwise fish thinks they are functions
2012-08-15 23:40:07 -03:00
Bruno Pinto
4a250d796b
lower case variable names for non-exported variables
2012-07-29 15:42:37 -03:00
Bruno Pinto
e0785f8949
loading all .load.fish files even inside plugins
2012-07-29 01:14:44 -03:00
Bruno Pinto
ed76c2e5c5
plugin and completion load cleanup
2012-07-29 00:36:36 -03:00
Adriano Bonat
e2ff0e06d4
replaced hard-coded path.
2012-07-28 18:05:55 -03:00
Bruno Pinto
3485cbec67
loading plugins completions
2012-07-28 00:25:40 -03:00
Bruno Pinto
33ec29ec41
loading custom plugins and sourcing all files that are not plugins
2012-07-25 01:07:27 -03:00
Bruno Pinto
5e2c99a14d
Typo
2012-07-25 00:25:44 -03:00
Bruno Pinto
82cd7867b0
user functions have the highest priority
2012-07-24 21:16:18 -03:00
Bruno Pinto
3c10941014
Loading all functions
2012-07-24 00:59:50 -03:00
Bruno Pinto
1e031c9621
increasing loaded plugins priority
2012-07-23 22:31:28 -03:00
Bruno Pinto
a7d94393f6
adding plugin and theme to fish function path
2012-07-23 20:33:02 -03:00