Commit Graph

20 Commits

Author SHA1 Message Date
Dmytro Meleshko d597858cce [zsh] stop adding the 'bin' directory of Rustup toolchains to the PATH, this broke per-directory overrides because those rely on toolchain executables being symlinked to the rustup exe itself 2021-02-20 13:46:27 +02:00
Dmytro Meleshko 412015d374 [zsh] parse rustup settings with a zsh script instead to further improve performance 2021-02-13 17:31:01 +02:00
Dmytro Meleshko 27f9b351c1 [zsh] export libs from the installed Rust toolchain as well 2021-02-13 16:39:18 +02:00
Dmytro Meleshko 4ad73c7154 [zsh] improve path.zsh loading speed by not calling the entire rustc
The effects of this were very significant on my good ol' winchester.
2021-02-12 21:00:01 +02:00
Dmytro Meleshko 7a3bcc5cc6 [zsh] use Python 3 by default on macOS 2021-02-07 19:49:38 +02:00
Dmytro Meleshko 1a1b27fa65 [zsh] fix the manpath-caused errors on shell startup once and for all 2021-01-25 18:43:49 +02:00
Dmytro Meleshko f0d30cae4f [zsh] add ruby gems to path.zsh 2020-08-28 16:28:23 +03:00
Dmytro Meleshko 03c6fc9083 [zsh] reduce required argument count of path_prepend 2020-07-26 13:01:53 +03:00
Dmytro Meleshko 361ef09ae8 [scripts] add a script for searching manpages with fzf 2020-04-18 15:04:08 +03:00
Dmytro Meleshko e549d7fa2f [zsh] refactor platform identification 2020-01-06 12:06:58 +02:00
Dmytro Meleshko 894a81f2b3 [zsh] refactor *path variable manipulation functions 2020-01-05 13:43:46 +02:00
Dmytro Meleshko 2b797d1541 [zsh] remove CPPFLAGS and LDFLAGS 2019-11-30 12:20:01 +02:00
Dmytro Meleshko 355b3ea091 [zsh] add global Yarn packages to PATH 2019-10-06 13:24:46 +03:00
Dmytro Meleshko d3442d9beb [zsh] FINALLY REMOVE OH-MY-ZSH 2019-09-24 22:36:00 +03:00
Dmytro Meleshko e5877a77fd move scripts from zsh/bin to scripts 2019-08-30 13:13:04 +03:00
Dmytro Meleshko 443b75f609 [zsh] fix manpath 2019-06-27 15:33:00 +03:00
Dmytro Meleshko 2e49567620 [zsh] add CFLAGS, LDFLAGS and PKG_CONFIG_PATH support for keg-only homebrew formulas 2019-05-11 15:27:59 +03:00
Dmytro Meleshko 531e1071bd [nvim] replace : with <Cmd> most mappings to commands 2019-05-06 02:11:48 +03:00
Dmytro Meleshko 33e4ffe2cc move everything zsh-related to zsh/ directory 2019-04-22 18:07:02 +03:00
Dmytro Meleshko 5f22915211 [zsh] rename 'lib' to 'zsh' 2019-04-22 13:06:38 +03:00
Renamed from lib/path.zsh (Browse further)