Explorar el Código

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

bananicorn hace 5 años
padre
commit
b301cdfe2b
Se han modificado 2 ficheros con 3 adiciones y 6 borrados
  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