changes
This commit is contained in:
parent
b6c09bbed6
commit
13c92edd01
|
@ -937,8 +937,6 @@ confirm_os_window_close 0
|
|||
#: this setting when reloading the config will only work if
|
||||
#: dynamic_background_opacity was enabled in the original config.
|
||||
|
||||
# background_image none
|
||||
|
||||
#: Path to a background image. Must be in PNG format.
|
||||
|
||||
# background_image_layout tiled
|
||||
|
|
|
@ -71,8 +71,8 @@ local lsp_confs = {
|
|||
},
|
||||
},
|
||||
},
|
||||
ocamllsp = {},
|
||||
racket_langserver = {},
|
||||
ocamllsp = {},
|
||||
rust_analyzer = {
|
||||
cmd_env = {
|
||||
CARGO_TARGET_DIR = "/tmp/rust-analyzer"
|
||||
|
@ -190,9 +190,9 @@ vim.diagnostic.config({
|
|||
do -- signs
|
||||
local signs = {
|
||||
{ 'DiagnosticSignError', text = '×', texthl = 'DiagnosticSignError' },
|
||||
{ 'DiagnosticSignWarn', text = '>', texthl = 'DiagnosticSignWarn' },
|
||||
{ 'DiagnosticSignInfo', text = 'I', texthl = 'DiagnosticSignInfo' },
|
||||
{ 'DiagnosticSignHint', text = 'H', texthl = 'DiagnosticSignHint' },
|
||||
{ 'DiagnosticSignWarn', text = '>', texthl = 'DiagnosticSignWarn' },
|
||||
{ 'DiagnosticSignInfo', text = 'I', texthl = 'DiagnosticSignInfo' },
|
||||
{ 'DiagnosticSignHint', text = 'H', texthl = 'DiagnosticSignHint' },
|
||||
}
|
||||
for _, sign in pairs(signs) do
|
||||
local name = sign[1]
|
||||
|
|
|
@ -17,6 +17,7 @@ overwrite_assets = 0
|
|||
spotify_launch_flags =
|
||||
spotify_path = /opt/spotify
|
||||
prefs_path = /home/emh/.config/spotify/prefs
|
||||
inject_theme_js = 1
|
||||
|
||||
[Preprocesses]
|
||||
disable_upgrade_check = 1
|
||||
|
@ -27,5 +28,5 @@ expose_apis = 1
|
|||
|
||||
; DO NOT CHANGE!
|
||||
[Backup]
|
||||
version = 1.1.84.716.gc5f8b819
|
||||
with = 2.16.1
|
||||
version = 1.2.22.982.g794acc0a
|
||||
with = 2.25.0
|
||||
|
|
|
@ -29,3 +29,4 @@
|
|||
\DeclareMathOperator{\Arg}{Arg}
|
||||
\DeclareMathOperator{\Log}{Log}
|
||||
\DeclareMathOperator{\Var}{Var}
|
||||
\DeclareMathOperator{\Cov}{Cov}
|
||||
|
|
|
@ -8,12 +8,12 @@ export INFOPATH=$INFOPATH:$HOME/.local/share/texlive/2023/texmf-dist/doc/info
|
|||
setopt vi
|
||||
|
||||
alias gef='gdb --eval-command="source /usr/share/gef/gef.py"'
|
||||
alias pwndbg='gdb --eval-command="source /usr/share/pwndbg/gdbinit.py"'
|
||||
alias pwndbg='gdb --eval-command="source $XDG_DATA_HOME/pwndbg/pwndbg/gdbinit.py"'
|
||||
alias wget='wget --hsts-file="$XDG_DATA_HOME/wget-hsts"'
|
||||
alias neofetch='neofetch --kitty $XDG_CONFIG_HOME/neofetch/$(hostname).png --size 400px'
|
||||
alias la='exa -lah --icons'
|
||||
alias ll='exa -lah --icons'
|
||||
alias cat='bat -p --paging=never'
|
||||
alias cat='bat -p --pager=never'
|
||||
alias tcat="/usr/bin/cat"
|
||||
|
||||
alias xsecurelock='XSECURELOCK_NO_COMPOSITE=1 XSECURELOCK_AUTH_BACKGROUND_COLOR=$color00 XSECURELOCK_AUTH_FOREGROUND_COLOR=$color07 xsecurelock'
|
||||
|
|
3
zshenv
3
zshenv
|
@ -32,6 +32,9 @@ export TEXMFHOME="$XDG_CONFIG_HOME"/texmf
|
|||
export TEXMFVAR="$XDG_CACHE_HOME"/texmf-var
|
||||
export TEXMFCONFIG="$XDG_CONFIG_HOME"/texlive/texmf-config
|
||||
|
||||
export PWNDBG_VENV_PATH="$XDG_DATA_HOME"/pwndbg
|
||||
export DEBUGINFOD_URLS="https://debuginfod.elfutils.org/"
|
||||
|
||||
export STEAM_HOME="$HOME"/media/games
|
||||
export BINJA_HOME="$HOME"/.config/binja
|
||||
export MC_HOME="$HOME"/media/games/minecraft
|
||||
|
|
Loading…
Reference in New Issue
Block a user