diff options
Diffstat (limited to '.xprofile')
-rw-r--r-- | .xprofile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.xprofile b/.xprofile deleted file mode 100644 index 5a11352..0000000 --- a/.xprofile +++ /dev/null @@ -1,8 +0,0 @@ -xcape -e "Control_L=Escape" - -if ! pgrep -u "$USER" ssh-agent > /dev/null; then - ssh-agent > ~/.ssh-agent-thing -fi -if [[ "$SSH_AGENT_PID" == "" ]]; then - eval "$(<~/.ssh-agent-thing)" -fi |