Compare commits

...

2 Commits

Author SHA1 Message Date
oxypomme
6dada85af3 feat: start KeePassXC at startup 2026-02-13 08:33:30 +01:00
oxypomme
5ca58a8cfd refactor: moved env to .zshenv 2026-02-13 08:32:34 +01:00
4 changed files with 10 additions and 15 deletions

View File

@@ -3,4 +3,7 @@ exec swaync
# Clipboard history
exec wl-paste --watch cliphist store
# NextCloud
exec ~/AppImages/client_de_synchronisation_nextcloud.appimage
exec QT_QPA_PLATFORM=xcb ~/AppImages/client_de_synchronisation_nextcloud.appimage
# KeePass
exec flatpak run org.keepassxc.KeePassXC

View File

@@ -5,8 +5,6 @@ Host *-ezt
User outline
# ezDoc
Host vd-ezdoc
HostName vdezdoc.intra.inist.fr
Host vi-ezdoc
HostName viezdoc.intra.inist.fr
Host *-ezdoc

5
.zshenv Normal file
View File

@@ -0,0 +1,5 @@
# Cargo / Rust
. "$HOME/.cargo/env"
# VSCode
[[ "$TERM_PROGRAM" == "vscode" ]] && . "$(code --locate-shell-integration-path zsh)"

13
.zshrc
View File

@@ -1,13 +1,6 @@
# # If you come from bash you might have to change your $PATH.
# export PATH=$HOME/.local/bin:/usr/local/bin:$PATH
# # pnpm
# export PNPM_HOME="/home/sublet/.local/share/pnpm"
# case ":$PATH:" in
# *":$PNPM_HOME:"*) ;;
# *) export PATH="$PNPM_HOME:$PATH" ;;
# esac
# Path to your Oh My Zsh installation.
export ZSH="$HOME/.oh-my-zsh"
@@ -123,7 +116,7 @@ eval "$(oh-my-posh init zsh --config ~/.p10k.omp.json)"
# export MANPATH="/usr/local/man:$MANPATH"
# VSCode shell integration
[[ "$TERM_PROGRAM" == "vscode" ]] && . "$(code --locate-shell-integration-path zsh)"
# [[ "$TERM_PROGRAM" == "vscode" ]] && . "$(code --locate-shell-integration-path zsh)"
# You may need to manually set your language environment
# export LANG=en_US.UTF-8
@@ -163,7 +156,3 @@ alias docker-compose="PODMAN_COMPOSE_PROVIDER=/usr/libexec/docker/cli-plugins/do
alias rip-yannick="gh pr create -w"
alias rip-leo="rip-yannick"
# Generated for envman. Do not edit.
[ -s "$HOME/.config/envman/load.sh" ] && source "$HOME/.config/envman/load.sh"
. "$HOME/.cargo/env"