diff options
author | Franck Cuny <franckcuny@gmail.com> | 2016-06-01 15:12:11 -0700 |
---|---|---|
committer | Franck Cuny <franckcuny@gmail.com> | 2016-06-01 15:12:11 -0700 |
commit | beed863dcc64a016749b7c98b302532e677cf940 (patch) | |
tree | f4dbc381e5dcd1ae0bba1ba99eadf5d776077cc3 | |
parent | [emacs] copy environment variables for Ruby (diff) | |
download | emacs.d-beed863dcc64a016749b7c98b302532e677cf940.tar.gz |
[bash] delete a couple of files
Diffstat (limited to '')
-rw-r--r-- | bash_login | 1 | ||||
-rw-r--r-- | bash_logout | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/bash_login b/bash_login deleted file mode 100644 index 4b18bd1..0000000 --- a/bash_login +++ /dev/null @@ -1 +0,0 @@ -source $HOME/.bashrc diff --git a/bash_logout b/bash_logout deleted file mode 100644 index 3aa4f01..0000000 --- a/bash_logout +++ /dev/null @@ -1,3 +0,0 @@ -sudo -k -clear - |