Commit graph

1217 commits

Author SHA1 Message Date
Torben Hartmann
02fbaf2c4b IFS Fix attemp 2017-12-05 17:30:49 +01:00
Torben Hartmann
6e931f6047 Fixed Issue with whitespaces in path. 2017-11-27 21:38:03 +01:00
Ben Hilburn
87acc51aca
Merge pull request #667 from akranga/master
Add support for both AWS_PROFILE and AWS_DEFAULT_PROFILE
2017-11-10 10:33:13 -05:00
Antons Kranga
82bc300c62 Add support for both AWS_PROFILE and AWS_DEFAULT_PROFILE 2017-11-07 11:30:23 +02:00
Ben Hilburn
948e7f5bff
Merge pull request #660 from brianmoran/ISS-650-pythonpath-in-prompt
ISS-650 Fix PYTHONPATH appearing in prompt
2017-11-02 14:37:24 -04:00
Ben Hilburn
ba7d116677
Merge pull request #663 from MarcHauptmann/master
declared variables as 'local'
2017-11-02 14:34:37 -04:00
Marc Hauptmann
47c7077cde declared variables as 'local'
Prevents warning messages from zsh
2017-10-31 16:48:49 +01:00
Brian Moran
43e766209b ISS-650 Fix PYTHONPATH appearing in prompt
- Modify prompt_dir function to set current_path based on pwd and
replace $HOME with ~
2017-10-27 12:11:48 -04:00
Ben Hilburn
98729cdc4a Merge pull request #656 from ylluminarious/remove-weird-glyphs
remove weird glyphs in README.md
2017-10-26 19:10:56 -04:00
George D. Plymale II
3b2a2bb0cd remove weird glyphs in README.md 2017-10-24 02:00:11 -04:00
Ben Hilburn
1f88c289b5 Merge pull request #651 from claycephas/more-documentation
Add documentation for VCS hooks config
2017-10-17 19:38:14 -04:00
Ben Hilburn
37a27463b8 Merge pull request #647 from sbutler2901/master
OSX bug fix for prompt_public_ip
2017-10-17 19:34:20 -04:00
Ben Hilburn
aef54bfbaa Merge pull request #643 from terencode/patch-1
Fix incomplete vpn segment name
2017-10-17 19:33:15 -04:00
Clay Anderson
b582a60adc Add documentation for VCS hooks config 2017-10-17 14:55:51 -06:00
Clay Anderson
8d653c9320 Add *.swp to ignore 2017-10-17 14:45:07 -06:00
sbutler2901
20b69370a6 Bug fix for prompt_public_ip. The OSX date command does not have the -r option for getting the last modification time of a file. The stat command is being used instead 2017-10-12 02:02:45 -04:00
Térence Clastres
954faf2695 Fix incomplete vpn segment name
The segment function is called *prompt_vpn_ip()* thus the segment needs to be called "vpn_ip".
2017-10-07 19:16:06 +02:00
Ben Hilburn
834b6735fa Fixing vcs.spec tests after adding space. 2017-10-06 22:41:57 -04:00
Ben Hilburn
01b554cda8 Adding a space after VCS_BRANCH_ICON by default 2017-10-06 21:43:25 -04:00
Ben Hilburn
8f3159c99b Merge pull request #640 from simonvpe/master
Corrected awesome-fontconfig lock icon
2017-10-06 20:43:49 -04:00
Ben Hilburn
000da51aea Merge pull request #636 from ZeGentzy/master
Fixes issue #619
2017-10-06 20:28:08 -04:00
Simon Pettersson
36b833aae3 Corrected awesome-fontconfig lock icon 2017-10-05 21:57:08 +02:00
Hal Gentz
ec47f1b583
These probably have similar bugs
Signed-off-by: Hal Gentz <zegentzy@protonmail.com>
2017-09-28 22:20:58 -06:00
Hal Gentz
f996d2d6ed
Fixes issue #619
Signed-off-by: Hal Gentz <zegentzy@protonmail.com>
2017-09-28 22:07:37 -06:00
Ben Hilburn
386a39671f Merge pull request #616 from trashbat/patch-2
Changed "less than" to "fewer than".
2017-09-28 17:33:22 -04:00
Ben Hilburn
11e80b47ef Merge pull request #611 from Typositoire/fix/prompt_kubecontextlocal1
Fix prompt_kubecontext:local:1: not valid in this context: Version:
2017-09-28 17:31:26 -04:00
trashbat
692335975c Changed "less than" to "fewer than". 2017-09-05 15:46:12 +01:00
Yann David
48b4bd1aa4
Fix prompt_kubecontext:local:1: not valid in this context: Version: 2017-08-31 14:15:11 -04:00
Ben Hilburn
688f6203b4 Merge pull request #608 from tippl/fix_load_segment
Fix average selection in load segment.
2017-08-27 20:39:16 -04:00
Richard Tippl
2c388b6c80 Fix average selection in load segment.
Removed duplicate code selecting which load average to use.
Fixed load average selection being in OSX/BSD part of if, making it not work
on non OSX/BSD systems.
Optimized actually getting the load average.
2017-08-27 22:42:52 +02:00
Ben Hilburn
c6c405955e README: Quick typo fix. 2017-08-27 12:50:22 -04:00
Ben Hilburn
17c069d25a README: Quick fix to MD formatting 2017-08-26 13:59:15 -04:00
Ben Hilburn
348178fd8d Updating CHANGELOG for v0.6.4 2017-08-26 13:43:00 -04:00
Ben Hilburn
a4c3fbd76b Merge branch 'master' into next 2017-08-26 13:31:43 -04:00
Ben Hilburn
c4e3d70fd7 Merge pull request #605 from tadeoos/next
Add average choice to load extension
2017-08-26 12:21:48 -04:00
Ben Hilburn
44871a455b Merge pull request #602 from varundey/patch-1
README: Updated braces for hyperlink
2017-08-26 12:13:55 -04:00
Tadek Teleżyński
582edf200c Add average choice to load extension
This commit adds a functionality to choose if one wants to see 1, 5 or
15 minutes average.

Resolves issue #604
2017-08-17 21:54:26 +02:00
Varun Dey
a62fffa2b1 Updated braces for hyperlink 2017-08-14 16:08:50 +05:30
Ben Hilburn
9f4faf7f21 Merge pull request #596 from eumiro/truncate_to_unique
Add TRUNCATE_TO_UNIQUE shortening dir strategy
2017-08-12 13:52:10 -04:00
Ben Hilburn
e464b4e2a5 Adding reference for truncate_to_unique code. 2017-08-12 13:49:50 -04:00
Ben Hilburn
5923aaf07d README: Slight change to new truncation strategy doc 2017-08-12 13:49:14 -04:00
Ben Hilburn
02332d5962 Merge branch 'master' into next 2017-08-12 13:46:08 -04:00
Ben Hilburn
f8ba6937b9 Merge pull request #594 from belak/fix-prompt-sp
Add back the `prompt_sp` option for zsh >= 5.4.1
2017-08-12 13:19:19 -04:00
Ben Hilburn
6aca483b60 Merge pull request #592 from tippl/dir_write-588
Implemented functionality from dir_writable to dir
2017-08-12 13:17:55 -04:00
Ben Hilburn
d784b1c8dc Cleaning up the dir docs in README 2017-08-12 13:15:29 -04:00
Miroslav Šedivý
73a9ee7c87 add TRUNCATE_TO_UNIQUE shortening dir strategy
This creates the shortest unique path elements that can be unambiguously expanded to the original path.
2017-08-11 22:44:18 +02:00
Kaleb Elwert
99b7ec26b2 Add back the prompt_sp option for zsh >= 5.4.1
In 5.4.1, this option was reset between prompts, so to retain the
previous default behavior, this should be added back.
2017-08-10 11:56:12 -07:00
Richard Tippl
cefe984e3d Documented DIR_SHOW_WRITABLE in README.md 2017-08-10 19:08:33 +02:00
Richard Tippl
c4a1d91118 Added a default value for DIR_SHOW_WRITABLE.
Variable POWERLEVEL9K_DIR_SHOW_WRITABLE is now default set to false.
2017-08-10 17:49:42 +02:00
Richard Tippl
b567ab22c2 Implemented functionality from dir_writable to dir
When variable POWERLEVEL9K_DIR_SHOW_WRITABLE is set to true, dir prompt
will have new state NOT_WRITABLE.

This state will be set when user doesn't have permission to write in
current working directory as in prompt dir_writable.

When mode that allows icons is set, LOCK_ICON is used.
2017-08-10 17:14:13 +02:00