Adding polybar and dedupbw

This commit is contained in:
Chris Cochrun 2021-01-13 05:18:50 -06:00
parent 52542754c8
commit 6fea3e862b
6 changed files with 148 additions and 159 deletions

View file

@ -1,6 +1,6 @@
#!/usr/bin/env fish
set -U 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 $HOME/.emacs.d/bin
set TERM "xterm-256color"
set EDITOR "emacsclient -t -a"
set VISUAL "emacsclient -c -a emacs"