From 4f9ce76d3c8ad0e83ebf157e1fb9f5f7c3908561 Mon Sep 17 00:00:00 2001 From: Phil Date: Mon, 29 May 2023 17:58:47 +0100 Subject: [PATCH] Added ~/.links to $PATH as new home for custom shortcuts --- .bashrc | 2 +- .zshrc | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 6e1f7ba..86563ab 100644 --- a/.bashrc +++ b/.bashrc @@ -11,7 +11,7 @@ case $- in *) return;; esac -export PATH=~/.local/bin:/snap/bin:/usr/sandbox/:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/share/games:/usr/local/sbin:/usr/sbin:/sbin:$PATH +export PATH=~/.links:~/.local/bin:/snap/bin:/usr/sandbox/:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/share/games:/usr/local/sbin:/usr/sbin:/sbin:$PATH # don't put duplicate lines or lines starting with space in the history. # See bash(1) for more options diff --git a/.zshrc b/.zshrc index e2771ec..0c41703 100644 --- a/.zshrc +++ b/.zshrc @@ -262,3 +262,6 @@ fi if [ -f /etc/zsh_command_not_found ]; then . /etc/zsh_command_not_found fi + +export PATH=~/.links:$PATH +