summaryrefslogtreecommitdiff
path: root/..mnist.py-0-python3.term.init
diff options
context:
space:
mode:
Diffstat (limited to '..mnist.py-0-python3.term.init')
-rw-r--r--..mnist.py-0-python3.term.init21
1 files changed, 0 insertions, 21 deletions
diff --git a/..mnist.py-0-python3.term.init b/..mnist.py-0-python3.term.init
deleted file mode 100644
index 201ee17..0000000
--- a/..mnist.py-0-python3.term.init
+++ /dev/null
@@ -1,21 +0,0 @@
-# This initialization file is associated with your terminal in PyTorch/..mnist.py-0-python3.term.init.
-# It is automatically run whenever it starts up -- restart the terminal via Ctrl-d and Return-key.
-
-# Usually, your ~/.bashrc is executed and this behavior is emulated for completeness:
-source ~/.bashrc
-
-# You can export environment variables, e.g. to set custom GIT_* variables
-# https://git-scm.com/book/en/v2/Git-Internals-Environment-Variables
-#export GIT_AUTHOR_NAME="Your Name"
-#export GIT_AUTHOR_EMAIL="your@email.address"
-#export GIT_COMMITTER_NAME="Your Name"
-#export GIT_COMMITTER_EMAIL="your@email.address"
-
-# It is also possible to automatically start a program ...
-
-#sage
-#sage -ipython
-#top
-
-# ... or even define a terminal specific function.
-#hello () { echo "hello world"; }