dotfiles

Cross platform dotfiles for linux, mac and windows
git clone git@nonplanar.org:dotfiles.git
Log | Files | Refs

.bashrc (255B)


      1 [ -z "$XDG_ROOT" ] && . ./.profile
      2 [ -f "$XDG_CONFIG_HOME/sh/unstaged" ] && . "$XDG_CONFIG_HOME/sh/unstaged"
      3 [ -f "$XDG_CONFIG_HOME/bash_unstaged" ] && . "$XDG_CONFIG_HOME/bash_unstaged"
      4 . "${XDG_CONFIG_HOME}/sh/aliases"
      5 
      6 PS1='\w> '
      7 
      8 bind '"\C-T":"fg\n"'