added quishell-reload
This commit is contained in:
@@ -88,3 +88,12 @@ set -x XCURSOR_THEME "DJ-FOX-C"
|
||||
set -x XCURSOR_SIZE 24
|
||||
|
||||
alias py311="$HOME/.local/python-3.11.9/bin/python3.11"
|
||||
|
||||
function quickshell-reload
|
||||
if test -e /usr/bin/quickshell
|
||||
tmux kill-session -t qs
|
||||
tmux new-session -d -s qs 'quickshell'
|
||||
else
|
||||
echo "quickshell not installed"
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user