summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2019-09-12chore: Rename integration_test to acceptance_test (#356)Matan Kushner
2019-09-12feat: Add support for italic styles (#354) (#358)Rob Warner
2019-09-12feat: Implement threshold based styling for battery module (#318)谢祯晖
2019-09-11fix: Fixups for #138 (#343)谢祯晖
2019-09-10refactor: Separate shell initialization into files (#338)Kevin Song
2019-09-10fix: Prepend to PROMPT_COMMAND in Bash init (#336)Daniel Illi-Zuberbühler
2019-09-10feat: Implement the prompt module for time (#138)John Letey
2019-09-09fix: Lazy load git repo and only run module if not disabled (#306)Neil Kistner
2019-09-07feat: Add the ability to configure per-module color styles (#285)Kevin Song
2019-09-07fix: Don't trigger an extension match on hidden files (#299)Gabriel de Perthuis
2019-09-05feat: Adds Git State module for showing "REBASING 2/3", etc. (#276)Nick Young
2019-09-05fix: Add missing module to list of modules (#294)Thomas O'Donnell
2019-09-05feat: Add config for ahead/behind count of tracked branch (#281)Neil Kistner
2019-09-04ci: Migrate CI from Azure Pipelines to GitHub Actions (#233)Matan Kushner
2019-09-04feat: add hostname module (#286)Andrew Houts
2019-09-04fix: Be more restrictive with bash init fallback (#278)Nick Young
2019-09-03Change ZSH init to use jobstates for num jobs (#252)Kevin Song
2019-09-02feat: Respect status.showUntrackedFilesFrancisco Lopes
2019-09-02feat: added truncation_length/symbol to git_branch (#268)Titouan Vervack
2019-08-31Support vicmd_symbol in fish-shell (#254)Quinn Strahl
2019-08-30fix: Adds `nix_shell` to `module::ALL_MODULES` (#264)Nick Young
2019-08-29Fix typo in comment (#260)Harry Mills
2019-08-27feat: Add commit count for ahead/behind symbols (#247)Neil Kistner
2019-08-27fix: use procsub in bash since termux has no stdin (#241)Bruno Bigras
2019-08-26feat: Add ability to use an alternate directory truncation style (#239)Neil Kistner
2019-08-26refactor: just match enum (#236)Ivan Tham
2019-08-26make the battery module optional for now (#234)Bruno Bigras
2019-08-25fix: battery percentage character on Zsh. #226 (#237)TsubasaKawajiri
2019-08-25Add nix-shell support (#173)Bruno Bigras
2019-08-23style: Fix clippy warningsMatan Kushner
2019-08-22Use full path to starship in all phases of init (#224)Bruno Bigras
2019-08-21Add support for detecting Python from Pipenv files (#221)Thomas O'Donnell
2019-08-21Add ruby to default module ordering (#217)Kevin Song
2019-08-20fix: Correct ZSH init on older ZSH versions (#213)Kevin Song
2019-08-20fix: Change panicking on unknown module to error print and support module lis...Saurav Sharma
2019-08-19feat: Implement a two-phase init which allows us to write normal init scripts...Kevin Song
2019-08-18feat: Add configuration for reordering the prompt module and disabling defaul...Saurav Sharma
2019-08-18fix: Solve bash & zsh cursor location confusion issue (#183)Saurav Sharma
2019-08-18fix: Set default prompt character to ❯ (#177)Kevin Song
2019-08-18fix: Correct broken zsh init in absence of precmd_functions (#180) Kevin Song
2019-08-17fix a few typos (#178)Saghm Rossi
2019-08-17feat: Allow bash users to specify a precmd function (#166)Kevin Song
2019-08-17feat: Display Vi mode as PROMPT (#169)Shu Kutsuzawa
2019-08-16feat: Add option to control git directory truncation (#165)Saghm Rossi
2019-08-16docs: Fix typo in directory module description (#163)Saghm Rossi
2019-08-15feat: Display Python package version from poetry (#153)Kevin Lane
2019-08-13feat: implement `cmd_duration` for bash (#144)Kevin Song
2019-08-13feat: implement the ruby module (#131)André Zanellato
2019-08-13fix: Fix exception caused by the golang moduleMatan Kushner
2019-08-13fix: Fix issues with nodejs and golang configuration (#146)Matan Kushner