Browse Source

replaced .bash_profile with .profile, since I never did anything bash-specific in there anyways

bananicorn 5 years ago
parent
commit
b301cdfe2b
2 changed files with 3 additions and 6 deletions
  1. 0 6
      .bash_profile
  2. 3 0
      .profile

+ 0 - 6
.bash_profile

@@ -1,6 +0,0 @@
-#export XKB_DEFAULT_LAYOUT=qwertz
-#I haven't configured sway yet,
-#nor do I know where the config file is,
-#so stay away for the moment
-#exec sway
-exec startx

+ 3 - 0
.profile

@@ -0,0 +1,3 @@
+eval `ssh-agent -s`
+ssh-add ~/.ssh/id_rsa_github
+exec startx