summaryrefslogtreecommitdiff
path: root/config/essentials
diff options
context:
space:
mode:
Diffstat (limited to 'config/essentials')
-rw-r--r--config/essentials/git/config2
-rwxr-xr-xconfig/essentials/zsh/.zprofile7
-rw-r--r--config/essentials/zsh/.zshrc7
3 files changed, 8 insertions, 8 deletions
diff --git a/config/essentials/git/config b/config/essentials/git/config
index c8b9a5c..dd7e640 100644
--- a/config/essentials/git/config
+++ b/config/essentials/git/config
@@ -1,7 +1,7 @@
[init]
defaultBranch = main
[user]
- email = raymaekers.luca@gmail.com
+ email = luca@spacehb.net
name = Raymaekers Luca
signingkey = 3A626DD20A32EB2E5DD9CE71CFD9ABC97158CD5D
[push]
diff --git a/config/essentials/zsh/.zprofile b/config/essentials/zsh/.zprofile
deleted file mode 100755
index 9072f28..0000000
--- a/config/essentials/zsh/.zprofile
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-if { [ "$TTY" = "/dev/tty1" ] || [ "$TTY" = "/dev/tty8" ]; } && [ "$(id -u)" -ne 0 ]; then
- eval "$(keychain --dir "$XDG_CONFIG_HOME/keychain" --eval --quiet --agents gpg,ssh)"
- exec startx > /dev/null 2>&1
- exit
-fi
diff --git a/config/essentials/zsh/.zshrc b/config/essentials/zsh/.zshrc
index 68aae3f..3a75873 100644
--- a/config/essentials/zsh/.zshrc
+++ b/config/essentials/zsh/.zshrc
@@ -1,5 +1,12 @@
#!/bin/zsh
+if { [ "$TTY" = "/dev/tty1" ] || [ "$TTY" = "/dev/tty8" ]; } && [ "$(id -u)" -ne 0 ]; then
+ eval "$(keychain --dir "$XDG_CONFIG_HOME/keychain" --eval --quiet --agents ssh,gpg)"
+ keychain --dir "$XDG_CONFIG_HOME/keychain" --quiet --agents gpg IDENTITY #FILTERED
+ exec startx > /dev/null 2>&1
+ exit
+fi
+
# zmodload zsh/zprof
autoload -U select-word-style