fish: more config and functions
This commit is contained in:
parent
ee4d07abc2
commit
b93bcbba4e
7 changed files with 34 additions and 8 deletions
6
cli/.config/fish/conf.d/globals.fish
Normal file
6
cli/.config/fish/conf.d/globals.fish
Normal file
|
@ -0,0 +1,6 @@
|
|||
set -x LESS 'i M R'
|
||||
set -x PAGER less
|
||||
set -x EDITOR nvim
|
||||
set -x TIME_STYLE long-iso
|
||||
set -x SSH_AUTH_SOCK "$HOME/.ssh/ssh_auth_sock"
|
||||
set -x ALTERNATE_EDITOR ""
|
Loading…
Add table
Add a link
Reference in a new issue