From 4dfa042095381dd6de859d01511add49de4f73fd Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Sun, 8 Jan 2023 17:19:30 +0100 Subject: .bashrc --- bashrc.org | 23 ++++++++++++++--------- 1 file 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 -- cgit v1.2.3