This website works better with JavaScript.
Home
Explore
Help
Sign In
titouan
/
dotfiles
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Make vim the default editor.
main
Titouan Rigoudy
3 years ago
committed by
Titouan Rigoudy
parent
24b3f9d7da
commit
cd1c925dcb
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
README.md
+ 4
- 0
README.md
View File
@ -7,6 +7,10 @@ First, clone this repository into `~/dotfiles`.
Add the following to your .bashrc:
```sh
# Use vim for editing.
export VISUAL="vim"
export EDITOR="${VISUAL}"
# Better prompt.
source ~/dotfiles/prompt.sh
```
Write
Preview
Loading…
Cancel
Save