Commit Graph

57 Commits

Author SHA1 Message Date
Ilan Cosman
1a1334515c Fix install 2021-02-16 20:57:12 -08:00
Ilan Cosman
8c8e3cb28d Minor edits 2021-01-26 15:33:10 -08:00
Ilan Cosman
44313d296e Unify normal var list and "immutable" one 2021-01-25 07:22:00 -08:00
Ilan Cosman
09a610d08c Simplify variable handling 2021-01-25 07:13:06 -08:00
Ilan Cosman
2d2c6a577d Minor edits 2021-01-25 06:51:46 -08:00
Varun Madiath
95b0d7802b
Allow for installation into non-standard locations (#65)
* Allow for installation into non-standard locations

This is useful when installed via fisher, if the user has set up
$fisher_path to be something other than ~/.config/fish

* Use simpler regex

Co-authored-by: Ilan Cosman <ilancosman@gmail.com>
2020-12-31 21:07:13 -08:00
Ilan Cosman
a3666e4d89 Fix bug when configuring right after install 2020-12-28 09:46:47 -08:00
Ilan Cosman
c2213d5abc Remove defunct NVM_DIR variable 2020-12-23 11:35:33 -08:00
Ilan Cosman
3874f285a2 Make version number not a universal variable 2020-11-27 09:55:45 -08:00
Ilan Cosman
7747a257a3 Fix bugs/performance improvements 2020-11-25 09:41:40 -08:00
Ilan Cosman
41644062c4 Use status is-interactive instead of own variable 2020-11-24 12:43:48 -08:00
Ilan Cosman
5bd71efa45 More work on async 2020-11-23 14:56:52 -08:00
Ilan Cosman
2646e78e64 Remove vestigial variable _tide_color_normal 2020-11-20 08:37:49 -08:00
Ilan Cosman
648dd8f10f v2.5.0 2020-11-19 19:25:37 -08:00
Ilan Cosman
fe1ff0ab9e Minor edits 2020-11-03 11:25:50 -08:00
Ilan Cosman
9b3ac2558b Simplify install 2020-11-03 10:06:52 -08:00
Jorge Bucaran
583999af3b
Erase _tide_* "private" functions (#43)
* Erase _tide_* "private" functions; close #42

If we don't erase _tide functions, they remain in the global scope. 
This is problematic for functions that register event handlers as
they may fire even after Tide is uninstalled, e.g. _tide_quit. #42

* Fix uninstall bug

Co-authored-by: Ilan Cosman <ilancosman@gmail.com>
2020-11-03 09:23:59 -08:00
Ilan Cosman
9fc1b32f1a Add uninstall event handler 2020-10-15 15:15:17 -07:00
Ilan Cosman
3858228776 Switch to scuba 2020-10-12 15:05:51 -07:00
Ilan Cosman
187846c7d7 Rename _tide_Ω_init to _tide_init 2020-09-09 18:41:25 -07:00
Ilan Cosman
edb8b28468 Minor edits 2020-09-07 12:00:54 -07:00
Ilan Cosman
c756f4a681 Combin all pwd functions 2020-08-29 15:38:18 -07:00
Ilan Cosman
490b605ea3 Add detect_os and item_os 2020-07-29 20:36:57 -07:00
Ilan Cosman
46abf0472d Exchange short flags for long ones 2020-07-20 14:11:59 -07:00
Ilan Cosman
7a3dabbf26 Rename on_startup to init 2020-07-17 23:17:25 -07:00
Ilan Cosman
462972dfac Move conf.d files to functions directory 2020-07-06 09:40:46 -07:00
Ilan Cosman
db1a859bed Update tests 2020-07-04 14:01:56 -07:00
Ilan Cosman
b0722acbc3 Add git_prompt_set_vars 2020-07-04 14:01:56 -07:00
Ilan Cosman
563e28ef57 Change cursor movement functions to string repeat 2020-06-29 10:41:51 -07:00
Ilan Cosman
b1eb3dda0f Remove extra space from pwd 2020-06-28 12:22:51 -07:00
Ilan Cosman
4e4946ecaf Fix bg_color in pwd 2020-06-24 06:50:00 -07:00
Ilan Cosman
59aaa0a3fb Fix unwritable icon being too close to pwd 2020-06-22 16:18:51 -07:00
Ilan Cosman
c65b267af1 Minor edits 2020-06-16 12:07:35 -07:00
Ilan Cosman
78916b5c26 Add style option to wizard and lean/pure configs 2020-06-13 19:08:08 -07:00
Ilan Cosman
437aecfa89 Fix / not showing at start of pwd 2020-06-13 14:27:13 -07:00
Ilan Cosman
77cea6cdc6 Remove extraneous file 2020-06-13 14:17:50 -07:00
Ilan Cosman
3be937b287 Minor edits 2020-06-10 09:18:15 -07:00
Ilan Cosman
9a9a86cc94 Update README, fix minor bugs 2020-06-09 14:43:43 -07:00
Ilan Cosman
2ca2ae22d3 Add pwd dir max 2020-06-09 14:16:19 -07:00
Ilan Cosman
faa51b1072 Fix unwritable icon not displaying 2020-06-08 08:41:01 -07:00
Ilan Cosman
9f6f822409 Fix pwd unwritable dir bug 2020-06-08 08:13:21 -07:00
Ilan Cosman
9b8404bfb7 Add $_tide_color_normal var for speed 2020-06-07 20:14:15 -07:00
Ilan Cosman
6a98714b7b Fix tide omega run 2020-06-07 14:07:34 -07:00
Ilan Cosman
f415ad0f29 Switch from numbers to letters in pwd coloring 2020-06-07 13:52:35 -07:00
Ilan Cosman
b7ce6d3111 Remove "compiling" of pwd colors 2020-06-07 13:42:37 -07:00
Ilan Cosman
5fea366c24 pwd truncates to unique 2020-06-07 09:40:42 -07:00
Ilan Cosman
077cfc2682 Rename variables for consistency 2020-06-06 11:57:43 -07:00
Ilan Cosman
88e0f3b9df Optimize pwd 2020-06-06 10:40:14 -07:00
Ilan Cosman
0d7f5a9709 Rename variables 2020-05-20 10:39:44 -07:00
Ilan Cosman
78110a8cfb Rename functions 2020-05-20 10:05:33 -07:00