From c20d49544aa6f957f5597da1fe4a3f771b40e0d2 Mon Sep 17 00:00:00 2001 From: Jonas Hahn Date: Wed, 12 Nov 2025 19:11:42 +0100 Subject: [PATCH] auto up 19:11:40 up 0:07, 2 users, load average: 0.75, 0.63, 0.33 --- home/.bashrc | 3 +++ home/.zshrc | 3 +++ home/dot-common_shell | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/home/.bashrc b/home/.bashrc index 7f3fe13..617382c 100644 --- a/home/.bashrc +++ b/home/.bashrc @@ -6,3 +6,6 @@ else PS1='\u@\h:\w\$ ' fi + +# Added by GitLab Knowledge Graph installer +export PATH="$HOME/.local/bin:$PATH" diff --git a/home/.zshrc b/home/.zshrc index dabd256..c8bc06d 100644 --- a/home/.zshrc +++ b/home/.zshrc @@ -77,3 +77,6 @@ fi # opencode export PATH=/home/jonas/.opencode/bin:$PATH + +# Added by GitLab Knowledge Graph installer +export PATH="$HOME/.local/bin:$PATH" diff --git a/home/dot-common_shell b/home/dot-common_shell index c75d5c8..63df72e 100644 --- a/home/dot-common_shell +++ b/home/dot-common_shell @@ -41,7 +41,7 @@ alias lg="lazygit" alias m="make" alias mn="make nix" alias syn="~/projects/scripts/run_unison.sh" -alias s="~/projects/scripts/run_unison.sh" +alias s="sync" alias rmt="rm /tmp/all_git_projects" alias fu="chch && fla && shd" alias fla="sudo nixos-rebuild switch --flake ~/nixos#"