small changes

This commit is contained in:
Ludwig Lehnert 2024-03-18 21:20:29 +01:00
parent 86cd2f025c
commit 85a5ddf4c4
3 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
[font]
size = 14.0
size = 17.0
[font.bold]
family = "Ubuntu Mono"

View File

@ -4,10 +4,6 @@ if status is-interactive && type -q pfetch
pfetch
end
set -q GHCUP_INSTALL_BASE_PREFIX[1]; or set GHCUP_INSTALL_BASE_PREFIX $HOME ; set -gx PATH $HOME/.cabal/bin $PATH /home/ludwig/.ghcup/bin # ghcup-env
# bun
set --export BUN_INSTALL "$HOME/.bun"
set --export PATH $BUN_INSTALL/bin $PATH
set -x EDITOR hx
alias tmux="tmux -2"

View File

@ -1,2 +1,6 @@
theme = "github_dark"
theme = "onedark"
[editor]
line-number = "relative"
mouse = false