]> git.zndr.dk Git - dotfiles.git/commitdiff
Remove q alias
authorJannik ZANDER <jannikz@gmail.com>
Mon, 9 Jul 2018 17:57:54 +0000 (19:57 +0200)
committerJannik ZANDER <jannikz@gmail.com>
Mon, 9 Jul 2018 17:57:54 +0000 (19:57 +0200)
.bash_aliases
.bashrc

index 7bd734a6db4307033395d546888109cf95835c32..955f8b69129b205e7cbe5e5b0680f4dac30b5285 100644 (file)
@@ -33,7 +33,6 @@ alias rd='rmdir'
 
 # My shortcuts
 alias h='history'
-alias q='exit'
 alias e='ranger-cd'
 alias o='rifle'
 alias open='xdg-open &>/dev/null'
diff --git a/.bashrc b/.bashrc
index 813e38624f689f124346a0a895090ac09af3d28e..f25a0efc46016422d04ab258fc6ab516887550f5 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -3,10 +3,14 @@
 # If not running interactively, don't do anything
 [[ -z "$PS1" ]] && return
 
+echo
+echo $PS1
+
 cd ~
 set -o vi
 
 # Use 'help shopt' to see the documentation for the given options
+shopt -s checkwinsize
 shopt -s histappend
 shopt -s nocaseglob
 shopt -s cdspell
@@ -21,12 +25,13 @@ export PAGER='less'
 export MANPAGER='less'
 
 # Set prompt
+PS1='\[\033]0;${USER}@${HOSTNAME}:${PWD}\007\]' # terminal title
+
 if [[ -z "$MSYS2_PS1" ]]; then
-  PS1='${debian_chroot:+($debian_chroot)}'  # debian
-else
-  PS1='\[\033]0;$PWD\007\]'                 # terminal title in msys2
+  PS1="$PS1"'${debian_chroot:+($debian_chroot)}'  # debian
 fi
 
+PS1="$PS1"'\[\033]0;${USER}@${HOSTNAME}:${PWD}\007\]' # terminal title
 PS1="$PS1"'\[\033[01;32m\]'     # change color
 PS1="$PS1"'\u@\h'               # user@host
 PS1="$PS1"'\[\033[00m\]'        # change color