Various minor updates and fixes
- add ~/.gitconfig - update hardcoded home directory links to `~` - Switch to using cargo/rustup's auto-generated fish config file instead of handling it in custom.fish
This commit is contained in:
parent
012e9b835f
commit
f11647376f
13 changed files with 28 additions and 14 deletions
|
@ -1,6 +1,6 @@
|
|||
if status is-interactive
|
||||
set -gx PATH $PATH ~/.cargo/bin/
|
||||
set -gx PATH $PATH /opt/clang-format-static
|
||||
set -gx PATH $PATH ~/.local/bin/
|
||||
set -x GPG_TTY (tty)
|
||||
set -x SSH_AUTH_SOCK (gpgconf --list-dirs agent-ssh-socket)
|
||||
set -x EDITOR nvim
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue