commit 7170453c4384ad223f10c754de15c04c6bf9002d parent 700e6ddd4a3b37fc481f9d65e577099c96af4b55 Author: Alex Balgavy <a.balgavy@gmail.com> Date: Tue, 20 Mar 2018 01:14:26 +0100 Added powerlevel9k RAM display Diffstat:
M | .zshrc | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.zshrc b/.zshrc @@ -113,7 +113,7 @@ export LANG=en_US.UTF-8 #POWERLEVEL9K POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(user dir vcs) -POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status root_indicator background_jobs history time battery) +POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status root_indicator background_jobs history ram time battery) # Aliases source ~/.commonprofile