~ssh-agent and ssh-add
This commit is contained in:
@@ -11,6 +11,7 @@ export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true
|
|||||||
export DOTNET_CLI_TELEMTRY_OPTOUT=1
|
export DOTNET_CLI_TELEMTRY_OPTOUT=1
|
||||||
export force_color_prompt=yes
|
export force_color_prompt=yes
|
||||||
export guile=guile2.2
|
export guile=guile2.2
|
||||||
|
export TERM=xterm-256color
|
||||||
|
|
||||||
# XDG variables
|
# XDG variables
|
||||||
export XDG_CONFIG_HOME="$HOME/.config"
|
export XDG_CONFIG_HOME="$HOME/.config"
|
||||||
@@ -20,3 +21,5 @@ export XDG_RUNTIME_DIR=/run/user/`id -u`
|
|||||||
|
|
||||||
# Run some programs
|
# Run some programs
|
||||||
/usr/bin/pfetch
|
/usr/bin/pfetch
|
||||||
|
eval `ssh-agent`;
|
||||||
|
ssh-add -t 1h ~/.ssh/id_rsa
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
# zshrc -*- mode: sh; lexical-binding: t; -*-
|
# zshrc -*- mode: sh; lexical-binding: t; -*-
|
||||||
|
|
||||||
## Aliases
|
## Aliases
|
||||||
setopt autocd
|
|
||||||
export TERM=xterm-256color
|
|
||||||
alias vim="nvim"
|
alias vim="nvim"
|
||||||
alias clip="xclip -sel clip"
|
alias clip="xclip -sel clip"
|
||||||
alias paste="xclip -o"
|
alias paste="xclip -o"
|
||||||
@@ -16,6 +14,7 @@ alias sedit="eserver -a emacs -c"
|
|||||||
alias dre="doom sync"
|
alias dre="doom sync"
|
||||||
|
|
||||||
## ZSH
|
## ZSH
|
||||||
|
setopt autocd
|
||||||
export ZSH_THEME="af-magic"
|
export ZSH_THEME="af-magic"
|
||||||
PS1="%B%F{blue}[%(4~|...|)%3~]
|
PS1="%B%F{blue}[%(4~|...|)%3~]
|
||||||
%F{white}λ %b%f%k"
|
%F{white}λ %b%f%k"
|
||||||
|
|||||||
@@ -7,8 +7,6 @@ killall sxhkd;
|
|||||||
sh .xprofile;
|
sh .xprofile;
|
||||||
xset s 1800;
|
xset s 1800;
|
||||||
|
|
||||||
eval `ssh-agent`;
|
|
||||||
|
|
||||||
$(xss-lock --transfer-sleep-lock -- lock) &
|
$(xss-lock --transfer-sleep-lock -- lock) &
|
||||||
feh --randomize --bg-scale $HOME/Pictures/Backgrounds &
|
feh --randomize --bg-scale $HOME/Pictures/Backgrounds &
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user