update to settings
This commit is contained in:
parent
359a768af7
commit
26a0e12ecc
3 changed files with 17 additions and 5 deletions
|
@ -7,8 +7,9 @@
|
|||
// custom settings, run the `open default settings` command
|
||||
// from the command palette or from `Zed` application menu.
|
||||
{
|
||||
"ui_font_size": 16,
|
||||
"buffer_font_size": 16,
|
||||
"vim_mode": false,
|
||||
"ui_font_size": 14,
|
||||
"buffer_font_size": 14,
|
||||
"theme": {
|
||||
"mode": "system",
|
||||
"light": "One Light",
|
||||
|
@ -20,5 +21,10 @@
|
|||
".code/",
|
||||
"**/.run",
|
||||
"**/__pycache__"
|
||||
]
|
||||
],
|
||||
"languages": {
|
||||
"HTML": {
|
||||
"format_on_save": "off"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
5
.profile
5
.profile
|
@ -32,3 +32,8 @@ if [ -d "$HOME/.local/bin" ] ; then
|
|||
PATH="$HOME/.local/bin:$PATH"
|
||||
fi
|
||||
. "$HOME/.cargo/env"
|
||||
|
||||
|
||||
# Added by Toolbox App
|
||||
export PATH="$PATH:/home/zenn/.local/share/JetBrains/Toolbox/scripts"
|
||||
|
||||
|
|
5
.zshrc
5
.zshrc
|
@ -16,9 +16,10 @@ plugins=(
|
|||
#################
|
||||
# EXPORTS #
|
||||
#################
|
||||
export PATH=$HOME/.local/bin:$PATH
|
||||
export PATH="$HOME/.local/bin:$PATH"
|
||||
export PATH="$HOME/nvim/bin:$PATH"
|
||||
export PATH="$HOME/.cargo/bin:$PATH"
|
||||
export PATH="$HOME/.local/share/JetBrains/Toolbox/scripts:$PATH"
|
||||
export PATH="$HOME/.gobrew/current/bin:$HOME/.gobrew/bin:$PATH"
|
||||
export GOROOT="$HOME/.gobrew/current/go"
|
||||
export GOPATH="$HOME/.gobrew/gopath"
|
||||
|
@ -49,4 +50,4 @@ alias cat="batcat"
|
|||
###################
|
||||
# Start Scripts #
|
||||
###################
|
||||
fastfetch
|
||||
fastfetch -c neofetch.jsonc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue