fix: removed uwsm

This commit is contained in:
oxypomme
2026-01-04 13:42:25 +01:00
parent 6feb4c3a3d
commit 7420bcd08b

11
.zshrc
View File

@@ -1,6 +1,6 @@
# If you come from bash you might have to change your $PATH. # If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$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. # Path to your oh-my-zsh installation.
export ZSH="$HOME/.oh-my-zsh" export ZSH="$HOME/.oh-my-zsh"
@@ -126,6 +126,7 @@ compdef _ssh kssh=ssh
# else # else
# export EDITOR='mvim' # export EDITOR='mvim'
# fi # fi
export EDITOR="helix"
# Compilation flags # Compilation flags
# export ARCHFLAGS="-arch x86_64" # export ARCHFLAGS="-arch x86_64"
@@ -145,10 +146,4 @@ alias df="duf --hide-fs squashfs,tmpfs,efivarfs,devtmpfs"
# alias cd="zoxide" # alias cd="zoxide"
alias grep="ugrep" alias grep="ugrep"
alias ssh="kssh" alias ssh="kssh"
alias code="snap run code" alias hx="helix"
# # Startup hyprland
# if uwsm check may-start; then
# exec uwsm start hyprland.desktop
# fi