repos / dotfiles

my dotfiles

commit
769eec2
parent
469d0c7
author
Eric Bower
date
2024-12-29 23:33:14 -0500 EST
chore: tweaks
2 files changed,  +3, -0
M dot_config/fish/config.fish
+2, -0
1@@ -16,6 +16,8 @@ switch (uname)
2     # do things for other OSs
3 end
4 
5+# remove fish greeting
6+set -U fish_greeting
7 set -xg LANG en_US.UTF-8
8 set -xg EDITOR nvim
9 set -xg VISUAL nvim
M dot_config/foot/foot.ini
+1, -0
1@@ -2,6 +2,7 @@
2 term=xterm-256color
3 font=NotoMono Nerd Font:size=14,Noto Color Emoji:size=14,monospace:size=14
4 include=/usr/share/foot/themes/dracula
5+pad=6x4
6 [url]
7 launch=xdg-open ${url}
8 [key-bindings]