From da76536fca7e82eb43faeb60fa53a50827b35d04 Mon Sep 17 00:00:00 2001 From: nullprop Date: Sat, 11 Jan 2025 20:09:27 +0200 Subject: [PATCH] add helix cfg --- .aliases.sh | 2 ++ .config/helix/config.toml | 1 + 2 files changed, 3 insertions(+) create mode 100644 .config/helix/config.toml diff --git a/.aliases.sh b/.aliases.sh index 3df0890..8723a91 100644 --- a/.aliases.sh +++ b/.aliases.sh @@ -138,5 +138,7 @@ alias greb="git fetch && git pull && git rebase origin/master" alias ls="eza --long --all --header --group --icons=always" alias mkdir="mkdir -p" +alias hx=helix + alias disc="firejail discord --ignore-gpu-blocklist --disable-features=UseOzonePlatform --enable-features=VaapiVideoDecoder --use-gl=desktop --enable-gpu-rasterization --enable-zero-copy" diff --git a/.config/helix/config.toml b/.config/helix/config.toml new file mode 100644 index 0000000..de59f40 --- /dev/null +++ b/.config/helix/config.toml @@ -0,0 +1 @@ +theme="autumn"