Note why I chose 'rm -rf' instead of 'cargo clean'
[khome.git] / home / .bashrc
CommitLineData
0e171319
SK
1# ~/.bashrc: executed by bash(1) for non-login shells.
2
3# If not running interactively, don't do anything
4case $- in
5 *i*) ;;
6 *) return;;
7esac
8
9bind 'set show-all-if-ambiguous on'
10bind 'TAB:menu-complete'
11shopt -s histappend
12
13#export PS1='\n\u@\h \w\n\$ '
14export PS1='\n\[\033[01;32m\]\u@\h\[\033[00m\] \[\033[01m\]\w\[\033[00m\]\n\$ '
15
16. ~/.profile
This page took 0.032742 seconds and 4 git commands to generate.