summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2020-02-04 14:05:59 +0100
committerPatrick Simianer <p@simianer.de>2020-02-04 14:05:59 +0100
commit3b85e6ad451f4ffa6d83ba4a6e9e33fd001fc615 (patch)
tree77004ab58ba1bbb10a814f8dfd89dda38c410af5
parent87c0f2eadc724044e171af29482fb67d35cdfc35 (diff)
parent9dd6a1e94c648ef8d5cc767f746e641054cab6a3 (diff)
Merge branch 'master' of git.fru.gal:dotfiles
-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