small changes
This commit is contained in:
parent
86cd2f025c
commit
85a5ddf4c4
@ -1,5 +1,5 @@
|
|||||||
[font]
|
[font]
|
||||||
size = 14.0
|
size = 17.0
|
||||||
|
|
||||||
[font.bold]
|
[font.bold]
|
||||||
family = "Ubuntu Mono"
|
family = "Ubuntu Mono"
|
||||||
|
@ -4,10 +4,6 @@ if status is-interactive && type -q pfetch
|
|||||||
pfetch
|
pfetch
|
||||||
end
|
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
|
set -x EDITOR hx
|
||||||
# bun
|
alias tmux="tmux -2"
|
||||||
set --export BUN_INSTALL "$HOME/.bun"
|
|
||||||
set --export PATH $BUN_INSTALL/bin $PATH
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,2 +1,6 @@
|
|||||||
theme = "github_dark"
|
theme = "onedark"
|
||||||
|
|
||||||
|
[editor]
|
||||||
|
line-number = "relative"
|
||||||
|
mouse = false
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user