Scripts and a lot of other things...

This commit is contained in:
Chris Cochrun 2020-12-02 08:58:52 -06:00
parent 93d99b81db
commit fda17aea44
18 changed files with 420 additions and 53 deletions

View file

@ -1,6 +1,6 @@
#!/usr/bin/env fish
set -U fish_user_paths $fish_user_paths $HOME/.local/bin $HOME/scripts
set -U fish_user_paths $fish_user_paths $HOME/.local/bin $HOME/scripts $HOME/.doom-emacs/bin
set TERM "xterm-256color"
set EDITOR "emacsclient -t -a"
set VISUAL "emacsclient -c -a emacs"