Browse Source

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

bananicorn 5 năm trước cách đây
mục cha
commit
b301cdfe2b
2 tập tin đã thay đổi với 3 bổ sung6 xóa
  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