Autoformatting
This commit is contained in:
parent
738d3f7a7f
commit
f0c5e2b601
@ -34,7 +34,8 @@ set fish_color_cwd yellow
|
||||
#set RANGER_LOAD_DEFAULT_RC FALSE
|
||||
# SSH Agent
|
||||
#set SSH_AUTH_SOCK "$XDG_RUNTIME_DIR/ssh-agent.socket"
|
||||
set SSH_AUTH_SOCK /run/user/1000/ssh-agent.socket; export SSH_AUTH_SOCK
|
||||
set SSH_AUTH_SOCK /run/user/1000/ssh-agent.socket
|
||||
export SSH_AUTH_SOCK
|
||||
|
||||
# Defined in /home/marc/.config/fish/functions/fish_prompt.fish @ line 2
|
||||
# slightly modified from defaults
|
||||
@ -76,8 +77,8 @@ end
|
||||
# text editor
|
||||
#set EDITOR "/usr/bin/emacs --no-window-system"
|
||||
#set VISUAL "/usr/bin/emacs --no-window-system"
|
||||
set EDITOR "/usr/bin/nvim"
|
||||
set VISUAL "/usr/bin/nvim"
|
||||
set EDITOR /usr/bin/nvim
|
||||
set VISUAL /usr/bin/nvim
|
||||
|
||||
# add paths
|
||||
set fish_user_paths "$HOME/.emacs.d/bin/" $fish_user_paths
|
||||
|
Loading…
Reference in New Issue
Block a user