summaryrefslogtreecommitdiffstats
path: root/src/init.rs
AgeCommit message (Expand)Author
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-08-31Support vicmd_symbol in fish-shell (#254)Quinn Strahl
2019-08-27fix: use procsub in bash since termux has no stdin (#241)Bruno Bigras
2019-08-26refactor: just match enum (#236)Ivan Tham
2019-08-25fix: battery percentage character on Zsh. #226 (#237)TsubasaKawajiri
2019-08-22Use full path to starship in all phases of init (#224)Bruno Bigras
2019-08-20fix: Correct ZSH init on older ZSH versions (#213)Kevin Song
2019-08-19feat: Implement a two-phase init which allows us to write normal init scripts...Kevin Song
2019-08-18fix: Solve bash & zsh cursor location confusion issue (#183)Saurav Sharma
2019-08-18fix: Correct broken zsh init in absence of precmd_functions (#180) Kevin Song
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-13feat: implement `cmd_duration` for bash (#144)Kevin Song
2019-08-12fix: Fix issue with jobs and extra whitespace on MacOS with BSD… (#145)Kevin Song
2019-08-12feat: Implement the prompt module for jobs (#85)John Letey
2019-08-08feat: implement timer module (#118)Kevin Song
2019-08-05fix: Address longstanding linter errorsMatan Kushner
2019-07-23fix: prompt now updates on bash and zsh (#109)Matan Kushner
2019-07-20fix: handle path to shell in starship init (#106)Kevin Song
2019-07-14ci: Add GitHub releases to CI (#95)Matan Kushner
2019-07-03feat: Implement simplified prompt setup process (#90)Matan Kushner