Laptop only changes and making pulsemixer work

This commit is contained in:
Chris Cochrun 2020-12-18 05:09:34 -06:00
parent 6022a5d849
commit 7b9718d667
8 changed files with 32 additions and 35 deletions

View file

@ -1,6 +1,6 @@
#!/usr/bin/env fish
set -U fish_user_paths $fish_user_paths $HOME/.local/bin $HOME/scripts $HOME/.doom-emacs/bin
set -U 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"

File diff suppressed because one or more lines are too long