adds ulauncher

This commit is contained in:
2024-11-15 12:46:26 +01:00
parent 9cc0e5f7c3
commit 5907d7a4e8
7 changed files with 172 additions and 8 deletions

View File

@@ -81,13 +81,6 @@ if [ -d "/home/menno/Projects/Work" ]; then
export TRADAWARE_DEVOPS=true
fi
# pyenv Configuration
export PYENV_ROOT="$HOME/.pyenv"
if [[ -d $PYENV_ROOT/bin ]]; then
export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init --path)"
fi
# Flutter Environment
if [ -d "$HOME/flutter" ]; then
export PATH="$PATH:$HOME/flutter/bin"