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#"