Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reworked `command_execution_time` segment | Dominik Ritter | 2017-02-14 | 1 | -0/+3 |
| | | | | | | - Add a visual identifier - Fix a bug that the time was not reset - Make calculation independent of segment (thx @rjorgenson) | ||||
* | Add directory permission prompt segment | Benoit Averty | 2017-02-01 | 1 | -0/+3 |
| | |||||
* | Merge pull request #378 from bhilburn/anion155-hdd-segment | Ben Hilburn | 2017-01-22 | 1 | -0/+3 |
|\ | | | | | Adding new disk_usage segment, based on Anion155's hdd_usage | ||||
| * | incorportaing feedback from review on `hdd_usage` segment | Ben Hilburn | 2017-01-22 | 1 | -3/+3 |
| | | |||||
| * | Moving `HDD_ICON` definition to consistent spot. | Ben Hilburn | 2017-01-21 | 1 | -1/+2 |
| | | |||||
| * | Add anion155's HDD segment | Mikhaylov Anton | 2017-01-21 | 1 | -0/+2 |
| | | |||||
* | | Merge branch 'master' into next | Ben Hilburn | 2017-01-21 | 1 | -4/+4 |
|\ \ | |/ |/| | |||||
| * | vcs icons: fixing branch spacing and remote icon in fontawesome | Ben Hilburn | 2017-01-21 | 1 | -4/+4 |
| | | |||||
* | | Merge branch 'master' into next | Ben Hilburn | 2017-01-21 | 1 | -1/+1 |
|\| | |||||
| * | same deal for the "FAIL_ICON"! | Ben Hilburn | 2017-01-21 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into next | Ben Hilburn | 2017-01-21 | 1 | -1/+1 |
|\| | |||||
| * | fixing the "OK_ICON" in 'awesome-fontconfig' which somehow got broken | Ben Hilburn | 2017-01-21 | 1 | -1/+1 |
| | | |||||
* | | reverted trailing space edit | rjorgenson | 2016-12-31 | 1 | -1/+1 |
| | | |||||
* | | added public IP segment for review/discussion | rjorgenson | 2016-12-31 | 1 | -1/+4 |
| | | |||||
* | | Merge pull request #360 from davidmpaz/icon_by_repo | Ben Hilburn | 2016-12-21 | 1 | -2/+11 |
|\ \ | | | | | | | Display different icons depending on remote type in VCS segment. | ||||
| * | | Add service icon definition on Powerline-Patched Fonts | David Paz | 2016-12-15 | 1 | -1/+4 |
| | | | | | | | | | | | | Add configuration for service icons in section "Powerline-Patched Font". | ||||
| * | | Add service icon definition on fa-regular | David Paz | 2016-12-15 | 1 | -1/+4 |
| | | | | | | | | | | | | Add configuration for icons on section 'awesome-fontconfig'. | ||||
| * | | Add service icon definition for fa-patched | David Paz | 2016-12-15 | 1 | -0/+3 |
| |/ | | | | | | | | | Add configuration for icon definitions on 'flat'|'awesome-patched' section. | ||||
* / | Add prompt for current installed swift version | Thomas Paul Mann | 2016-12-01 | 1 | -0/+3 |
|/ | |||||
* | Changed \u and \U to reflect number of hex digits to follow | bsidhipong | 2016-10-17 | 1 | -90/+90 |
| | | | | | | Some unicode icon strings were set with \uHHHHH which showed the wrong characters on some implementations of zsh (linux and macOS). Changed \uHHHHH to \UHHHHH and conversely changed \UHHHH to \uHHHH. | ||||
* | vcs: adding detection of unstaged / staged for svn repos | Ben Hilburn | 2016-08-31 | 1 | -2/+5 |
| | |||||
* | Changed python icon to snake | Marin Gilles | 2016-06-23 | 1 | -2/+2 |
| | |||||
* | [ADD] PYTHON_ICON | Thuan (Duong Tien) | 2016-05-04 | 1 | -3/+6 |
| | |||||
* | whitespace fix | orhanbalci | 2016-04-19 | 1 | -1/+1 |
| | |||||
* | empty rust icon for patched mode | orhanbalci | 2016-04-17 | 1 | -0/+1 |
| | |||||
* | rust icon added | orhanbalci | 2016-04-16 | 1 | -1/+3 |
| | |||||
* | Add a docker machine segment | sabricot | 2016-03-06 | 1 | -0/+3 |
| | |||||
* | Merge branch 'master' into next | Ben Hilburn | 2016-02-05 | 1 | -0/+3 |
|\ | |||||
| * | More space for the Beanstalk-Icon. | Dominik Ritter | 2016-01-23 | 1 | -3/+3 |
| | | |||||
| * | Adding command prompt for AWS Elastic Beanstalk environment name. | James Bowman | 2016-01-23 | 1 | -0/+3 |
| | | |||||
* | | Split up `ram` segment into `ram` and `swap`. | Dominik Ritter | 2016-01-23 | 1 | -1/+3 |
|/ | |||||
* | added space to end of RVM icon | rjorgenson | 2016-01-17 | 1 | -2/+2 |
| | |||||
* | Add sub folder icon when in home subdirectories | Kayant | 2016-01-16 | 1 | -1/+3 |
| | | | | | | Big thanks to @dritter for guidance, @rjorgenson for great explanation. And @bhilburn for further guidance and encouragement. See http://i.imgur.com/2Vncypo.png for a presentation of how it looks. | ||||
* | [FIX] RUBY_ICON should be $'\UF219' | MrTuxHdb | 2016-01-15 | 1 | -1/+1 |
| | |||||
* | Added the "visual identifier" concept to the `vcs` segment. | Dominik Ritter | 2015-12-18 | 1 | -4/+4 |
| | |||||
* | Some icons are visual identifiers now, so they shouldn't control the | Dominik Ritter | 2015-12-15 | 1 | -6/+6 |
| | | | | margin to the text (which is whitespace). | ||||
* | Removed unecessary variable. | Dominik Ritter | 2015-12-15 | 1 | -2/+1 |
| | |||||
* | Added a folder icon for "awesome-fontconfig" mode. Thx to @tritlo | Dominik Ritter | 2015-11-28 | 1 | -1/+1 |
| | |||||
* | In Awesome-Mode either print a home-icon or a folder icon, depending in ↵ | Dominik Ritter | 2015-11-28 | 1 | -0/+3 |
| | | | | which directory the user is. | ||||
* | added icon to be able to set the end of the prompt explicitly | Matthías Páll Gissurarson | 2015-11-19 | 1 | -0/+3 |
| | |||||
* | Extracted icons into a separate file. | Dominik Ritter | 2015-10-24 | 1 | -0/+200 |