diff options
author | Julian <j@teule.nl> | 2018-10-20 01:21:49 +0200 |
---|---|---|
committer | Julian <j@teule.nl> | 2018-10-20 01:21:49 +0200 |
commit | 4e2e2ea2db51075f4269e4b38429c719688aa759 (patch) | |
tree | e4dbef7e0d7de6c65f529bbbcfae020053eadf86 /.xprofile | |
parent | e65754ce0c0d8696316b7a8ec0bb28b4ee902dd5 (diff) |
Added lots of new stuff
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 |