This website works better with JavaScript.
Explore
Help
Sign In
jbiason
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
My own configuration files
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
277
Commits
1
Branch
0
Tags
2.3 MiB
Tree:
1bba2c3c95
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '1bba2c3c95'
${ noResults }
dotfiles
/
fish
/
conf.d
/
editor.fish
4 lines
62 B
Raw
Normal View
History
Unescape
Escape
Set the default editor in Fish
4 years ago
export
EDITOR
=
nvim
export
VISUAL
=
nvim
Psql requires yet another variable to set its external editor
4 years ago
export
PSQL_EDITOR
=
nvim