From 3bb57da89486169cb64cb8eddfdadc1e30b562cf Mon Sep 17 00:00:00 2001 From: ueli Date: Tue, 28 Feb 2023 18:35:36 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9E.bashrc=E2=80=9C=20hinzuf=C3=BCgen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bashrc | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .bashrc diff --git a/.bashrc b/.bashrc new file mode 100644 index 0000000..aced25d --- /dev/null +++ b/.bashrc @@ -0,0 +1,9 @@ +export LS_OPTIONS='--color=auto' +eval "`dircolors`" +alias ls='ls $LS_OPTIONS' +alias ll='ls $LS_OPTIONS -l' +alias l='ls $LS_OPTIONS -lA' + +if shopt -q login_shell; then + echo -en "\033]0;$(hostname -f)\a" +fi