1
0
Fork 0

Use realpath for sourcing .bash.tmux

main
Marissa Staib 5 years ago committed by GitHub
parent 54e4f5c685
commit b22db5ced9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .bash_aliases

@ -55,4 +55,4 @@ function help ()
PS1='\[\e[1;31m\]${debian_chroot:+($debian_chroot)}\[\e[0;36m\]\u\[\e[0;33m\]@\[\e[34m\]\h\[\e[0m\]:\[\e[1;32m\]\w\[\e[0m\]\n\$ '
source ~/.bash_tmux
source "$( dirname "$(realpath -e "${BASH_SOURCE[0]}")" )"/.bash_tmux

Loading…
Cancel
Save