more
This commit is contained in:
@@ -4,6 +4,7 @@ theme = "catppuccin_mocha"
|
|||||||
line-number = "relative"
|
line-number = "relative"
|
||||||
mouse = false
|
mouse = false
|
||||||
color-modes = true
|
color-modes = true
|
||||||
|
true-color = true
|
||||||
|
|
||||||
[editor.lsp]
|
[editor.lsp]
|
||||||
display-inlay-hints = false
|
display-inlay-hints = false
|
||||||
|
|||||||
+3
-1
@@ -1,10 +1,12 @@
|
|||||||
export EDITOR="nvim"
|
export EDITOR="hx"
|
||||||
export DOTNET_ROOT="/usr/local/share/dotnet"
|
export DOTNET_ROOT="/usr/local/share/dotnet"
|
||||||
|
export PATH="/opt/homebrew/opt/omnisharp:$PATH"
|
||||||
alias py="python3"
|
alias py="python3"
|
||||||
alias pip="python3 -m pip"
|
alias pip="python3 -m pip"
|
||||||
alias border="sh ~/dotfiles/yabai/.config/yabai/border.sh"
|
alias border="sh ~/dotfiles/yabai/.config/yabai/border.sh"
|
||||||
alias ts="tailscale"
|
alias ts="tailscale"
|
||||||
alias fetch="fastfetch"
|
alias fetch="fastfetch"
|
||||||
|
alias usagi="./usagi"
|
||||||
eval "$(starship init zsh)"
|
eval "$(starship init zsh)"
|
||||||
|
|
||||||
function yy() {
|
function yy() {
|
||||||
|
|||||||
Reference in New Issue
Block a user