|
|
|
|
@ -13,7 +13,14 @@ All posts in here will have the category set to /zsh/. |
|
|
|
|
:EXPORT_DATE: 2020-08-05 |
|
|
|
|
:EXPORT_HUGO_MENU: :menu "main" |
|
|
|
|
:END: |
|
|
|
|
This is my ~.zshrc~ |
|
|
|
|
This is my ~.zshrc~; it will be used in many environments: |
|
|
|
|
- daily driver (gentoo box with kde) |
|
|
|
|
- blender box (gentoo box with no gui) |
|
|
|
|
- android box in termux |
|
|
|
|
- raspberry pi |
|
|
|
|
- mips box |
|
|
|
|
|
|
|
|
|
Each environment has slightly different setups, which will be tangled to different files |
|
|
|
|
#+BEGIN_SRC sh :tangle ".zshrc" |
|
|
|
|
kde-current-activity () { |
|
|
|
|
qdbus org.kde.ActivityManager /ActivityManager/Activities org.kde.ActivityManager.Activities.CurrentActivity |
|
|
|
|
|