Browse Source

Update config files

Håvard O. Nordstrand 5 years ago
parent
commit
7d047ca1df
2 changed files with 9 additions and 12 deletions
  1. 8 0
      config/pc/files/zshrc
  2. 1 12
      config/pc/linux-applications.md

+ 8 - 0
config/pc/files/zshrc

@@ -0,0 +1,8 @@
+CASE_SENSITIVE="true"
+
+ZSH_THEME="powerlevel9k/powerlevel9k"
+
+POWERLEVEL9K_MODE="nerdfont-complete"
+POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(dir vcs)
+POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status root_indicator background_jobs)
+POWERLEVEL9K_STATUS_CROSS="true"

+ 1 - 12
config/pc/linux-applications.md

@@ -74,18 +74,7 @@ GUI for configuring gaming mice.
    1. In `/etc/zprofile`, add: `emulate sh -c "source /etc/profile"`
    2. Prevents Snaps and other profile stuff from breaking.
 
-```bash
-# File: ~/.zshrc
-
-CASE_SENSITIVE="true"
-
-ZSH_THEME="powerlevel9k/powerlevel9k"
-
-POWERLEVEL9K_MODE="nerdfont-complete"
-POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(dir vcs)
-POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status root_indicator background_jobs)
-POWERLEVEL9K_STATUS_CROSS="true"
-```
+Example: [zshrc]({{ site.github.repository_url }}/blob/master/config/pc/files/zshrc).
 
 ## Steam