From 6678a31ae7a57395ea2e7b6d3731ae2fcca7b3a6 Mon Sep 17 00:00:00 2001 From: Ivan Golikov Date: Sun, 15 Dec 2024 23:38:45 +0100 Subject: [PATCH] Some path adjustments for my Mac --- .config/fish/config.fish | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 0274378..a70e1c1 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -1,4 +1,13 @@ if status is-interactive - # Commands to run in interactive sessions can go here + switch (whoami) + # Corporate machine + case Ivan_Golikov + fish_add_path -p /usr/local/opt/libpq/bin + fish_add_path -a /Users/Ivan_Golikov/Projects/Scripts/bin + fish_add_path -a /Users/Ivan_Golikov/.local/bin + fish_add_path -a /Users/Ivan_Golikov/Library/Python/3.11/bin + end + + # keeping this in the end zoxide init fish | source end