diff options
| author | 2014-10-25 22:26:54 +0200 | |
|---|---|---|
| committer | 2014-10-25 22:26:54 +0200 | |
| commit | 3e94a3e724c36267fa2e4039e3759473c59e8510 (patch) | |
| tree | 379d0598c0d26d3b0c746604d80bb9e803371fb0 /.bashrc | |
| parent | 8ecace69cb3b35ac6b72859ebf0be70d11d2d71e (diff) | |
| download | dotfiles-3e94a3e724c36267fa2e4039e3759473c59e8510.tar.gz dotfiles-3e94a3e724c36267fa2e4039e3759473c59e8510.tar.bz2 dotfiles-3e94a3e724c36267fa2e4039e3759473c59e8510.zip | |
Restructured dotfile repo to take advantage of GNU Stow
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/.bashrc b/.bashrc deleted file mode 100644 index ee01ef2..0000000 --- a/.bashrc +++ /dev/null | |||
| @@ -1,13 +0,0 @@ | |||
| 1 | # | ||
| 2 | # ~/.bashrc | ||
| 3 | # | ||
| 4 | |||
| 5 | # If not running interactively, don't do anything | ||
| 6 | [[ $- != *i* ]] && return | ||
| 7 | |||
| 8 | alias ls='ls --color=auto' | ||
| 9 | #PS1='[\u@\h \W]\$ ' | ||
| 10 | PS1='[\d][\t]\u on \h\n\w => ' | ||
| 11 | |||
| 12 | source liquidprompt | ||
| 13 | archey | ||
