aboutsummaryrefslogtreecommitdiff
path: root/Shell/.zprofile
diff options
context:
space:
mode:
Diffstat (limited to 'Shell/.zprofile')
-rw-r--r--Shell/.zprofile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Shell/.zprofile b/Shell/.zprofile
index 583a962..bb651c6 100644
--- a/Shell/.zprofile
+++ b/Shell/.zprofile
@@ -11,6 +11,7 @@ export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true
export DOTNET_CLI_TELEMTRY_OPTOUT=1
export force_color_prompt=yes
export guile=guile2.2
+export TERM=xterm-256color
# XDG variables
export XDG_CONFIG_HOME="$HOME/.config"
@@ -20,3 +21,5 @@ export XDG_RUNTIME_DIR=/run/user/`id -u`
# Run some programs
/usr/bin/pfetch
+eval `ssh-agent`;
+ssh-add -t 1h ~/.ssh/id_rsa