|
|
@ -7,6 +7,10 @@ First, clone this repository into `~/dotfiles`. |
|
|
Add the following to your .bashrc: |
|
|
Add the following to your .bashrc: |
|
|
|
|
|
|
|
|
```sh |
|
|
```sh |
|
|
|
|
|
# Use vim for editing. |
|
|
|
|
|
export VISUAL="vim" |
|
|
|
|
|
export EDITOR="${VISUAL}" |
|
|
|
|
|
|
|
|
# Better prompt. |
|
|
# Better prompt. |
|
|
source ~/dotfiles/prompt.sh |
|
|
source ~/dotfiles/prompt.sh |
|
|
``` |
|
|
``` |
|
|
|