summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--by_os/Linux/khal/.config/khal/config27
-rw-r--r--zsh/.zshrc6
2 files changed, 31 insertions, 2 deletions
diff --git a/by_os/Linux/khal/.config/khal/config b/by_os/Linux/khal/.config/khal/config
index 4f60ad5..84b1c57 100644
--- a/by_os/Linux/khal/.config/khal/config
+++ b/by_os/Linux/khal/.config/khal/config
@@ -12,6 +12,14 @@
path = ~/.calendars/holidays/
color = light blue
+ [[bbl_alba]]
+ path = ~/.calendars/bbl_alba/
+ color = dark magenta
+
+ [[bbl_ulm]]
+ path = ~/.calendars/bbl_ulm/
+ color = dark magenta
+
[locale]
local_timezone= Europe/Berlin
default_timezone= Europe/Berlin
@@ -20,5 +28,22 @@ dateformat= %y-%m-%d
longdateformat= %Y-%m-%d
datetimeformat= %y-%m-%d %H:%M
longdatetimeformat= %Y-%m-%d %H:%M
-unicode_symbols=False
+unicode_symbols=True
+weeknumbers=right
+
+[default]
+show_all_days=True
+highlight_event_days=True
+#days=7
+
+[view]
+event_view_always_visible=True
+event_view_weighting=1
+#frame=True
+bold_for_light_color=True
+theme=dark
+
+[highlight_days]
+default_color=white
+method=fg
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 03d1eda..013bb68 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -150,7 +150,11 @@ zstyle ':prompt:rtab' nameddirs yes
# exports
# #############################################################################
-umask 0077
+if [[ $(whoami) == "root" ]]; then
+ umask 0022
+else
+ umask 0077
+fi
export PATH=~/.local/bin:~/.local/sbin:$PATH
export PATH=/usr/sbin:/usr/local/bin:/usr/local/sbin:$PATH