From 7420bcd08b1751f9679d51df062bc7f152eb6bef Mon Sep 17 00:00:00 2001 From: oxypomme Date: Sun, 4 Jan 2026 13:42:25 +0100 Subject: [PATCH] fix: removed uwsm --- .zshrc | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.zshrc b/.zshrc index a50c424..a0662fa 100644 --- a/.zshrc +++ b/.zshrc @@ -1,6 +1,6 @@ # If you come from bash you might have to change your $PATH. # export PATH=$HOME/bin:/usr/local/bin:$PATH -export PATH=$PATH:/home/oxytom/.spicetify +export PATH=$PATH:$HOME/.local/bin # Path to your oh-my-zsh installation. export ZSH="$HOME/.oh-my-zsh" @@ -126,6 +126,7 @@ compdef _ssh kssh=ssh # else # export EDITOR='mvim' # fi +export EDITOR="helix" # Compilation flags # export ARCHFLAGS="-arch x86_64" @@ -145,10 +146,4 @@ alias df="duf --hide-fs squashfs,tmpfs,efivarfs,devtmpfs" # alias cd="zoxide" alias grep="ugrep" alias ssh="kssh" -alias code="snap run code" - -# # Startup hyprland -# if uwsm check may-start; then -# exec uwsm start hyprland.desktop -# fi - +alias hx="helix"