summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bash_aliases9
1 files changed, 9 insertions, 0 deletions
diff --git a/.bash_aliases b/.bash_aliases
new file mode 100644
index 0000000..9eadff5
--- /dev/null
+++ b/.bash_aliases
@@ -0,0 +1,9 @@
+alias poweroff='systemctl poweroff'
+alias reboot='systemctl reboot'
+alias rm='rm -rf'
+alias octave='octave --no-gui -q'
+alias atom='atom .'
+alias clc='clear clear'
+alias clear='clear clear'
+#alias python='python3'
+#alias pip='pip3'