dotfiles

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

.bashrc (294B)


      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 set -o vi
      9 
     10 bind '"\C-P":"quickopen\n"'
     11 bind '"\C-T":"fg\n"'