summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Peter <marius.peter@tutanota.com>2023-01-08 17:19:30 +0100
committerMarius Peter <marius.peter@tutanota.com>2023-01-08 17:19:30 +0100
commit4dfa042095381dd6de859d01511add49de4f73fd (patch)
tree2f3f2635eb7636f8d0da24b0cf74f2be799503cb
parente668153113a1e2175f0a870da1c3b2a0529494b7 (diff)
.bashrc
-rw-r--r--bashrc.org23
1 files changed, 14 insertions, 9 deletions
diff --git a/bashrc.org b/bashrc.org
index 36ee577..45cdd6d 100644
--- a/bashrc.org
+++ b/bashrc.org
@@ -46,10 +46,15 @@ If not running interactively, don't do anything.
** Terminal
+We use the =st= terminal.
+
#+BEGIN_SRC shell
- export TERMINAL="xfce4-terminal"
+ export TERMINAL="st"
#+END_SRC
+
+** Session type
+
This ensures ~plank~ dock doesn't complain about not finding a
session type.
@@ -63,7 +68,7 @@ session type.
Find executables stored in home directory.
#+BEGIN_SRC shell
- export PATH=${PATH}:${HOME}/bin
+ export PATH=${PATH}:${HOME}/bin:${HOME}/.local/bin
#+END_SRC
@@ -85,13 +90,6 @@ Find executables stored in home directory.
#+END_SRC
-** Trash
-
-#+BEGIN_SRC shell
- alias tr='trash'
-#+END_SRC
-
-
** Password manager
#+BEGIN_SRC shell
@@ -107,6 +105,13 @@ Find executables stored in home directory.
#+END_SRC
+** SSH
+
+#+begin_src shell
+ alias vps='ssh root@192.162.71.223'
+#+end_src
+
+
* Emacs client
#+BEGIN_SRC shell
Copyright 2019--2024 Marius PETER