From 494c29ab95955ee269c33721e72be55b16b2064f Mon Sep 17 00:00:00 2001 From: D4VIDB2 Date: Tue, 13 Apr 2021 10:50:43 +0200 Subject: [PATCH] bashrc with start tmux --- .bashrc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .bashrc diff --git a/.bashrc b/.bashrc new file mode 100644 index 0000000..d43a9ab --- /dev/null +++ b/.bashrc @@ -0,0 +1,19 @@ +# +# ~/.bashrc +# + +# If not running interactively, don't do anything +[[ $- != *i* ]] && return + +PS1='\n\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\n\$ ' + +stty -ixon # Disable Ctrl-s and Ctrl-q +HISTSIZE=10000 + +if [ -f ~/.shell_aliases ]; then + source ~/.shell_aliases +fi + +export PATH=$PATH:~/.cargo/bin + +tmux