From efd30f9af82ece843dcc5fe39d9cba7122da1718 Mon Sep 17 00:00:00 2001 From: Ariel Barreiro Date: Thu, 18 Apr 2024 23:29:13 -0300 Subject: [PATCH] Add /usr/games to $PATH --- .ddev/addon-metadata/pimp-my-shell/manifest.yaml | 2 +- .ddev/homeadditions/.bashrc.d/pimp-my-shell.sh | 3 +++ .ddev/homeadditions/.config/fish/conf.d/pimp-my-shell.fish | 3 +++ homeadditions/.bashrc.d/pimp-my-shell.sh | 3 +++ homeadditions/.config/fish/conf.d/pimp-my-shell.fish | 3 +++ 5 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.ddev/addon-metadata/pimp-my-shell/manifest.yaml b/.ddev/addon-metadata/pimp-my-shell/manifest.yaml index a42606c..bcc2dff 100644 --- a/.ddev/addon-metadata/pimp-my-shell/manifest.yaml +++ b/.ddev/addon-metadata/pimp-my-shell/manifest.yaml @@ -1,7 +1,7 @@ name: pimp-my-shell repository: . version: "" -install_date: "2024-04-17T13:52:10-03:00" +install_date: "2024-04-18T23:29:03-03:00" project_files: - web-build/Dockerfile.pimp-my-shell - homeadditions/.bashrc.d/pimp-my-shell.sh diff --git a/.ddev/homeadditions/.bashrc.d/pimp-my-shell.sh b/.ddev/homeadditions/.bashrc.d/pimp-my-shell.sh index fe4cff2..e43aa4e 100644 --- a/.ddev/homeadditions/.bashrc.d/pimp-my-shell.sh +++ b/.ddev/homeadditions/.bashrc.d/pimp-my-shell.sh @@ -6,6 +6,9 @@ case $- in *) return;; esac +# Path +export PATH=$PATH:/usr/games + # This is so that child processes have appropriate access to this var export SHELL diff --git a/.ddev/homeadditions/.config/fish/conf.d/pimp-my-shell.fish b/.ddev/homeadditions/.config/fish/conf.d/pimp-my-shell.fish index ff33288..d462ee8 100644 --- a/.ddev/homeadditions/.config/fish/conf.d/pimp-my-shell.fish +++ b/.ddev/homeadditions/.config/fish/conf.d/pimp-my-shell.fish @@ -1,5 +1,8 @@ #ddev-generated +# PATH +fish_add_path /usr/games + # z.lua mkdir -p /mnt/ddev-global-cache/z.lua/$HOSTNAME set -x _ZL_DATA /mnt/ddev-global-cache/z.lua/$HOSTNAME/.zlua diff --git a/homeadditions/.bashrc.d/pimp-my-shell.sh b/homeadditions/.bashrc.d/pimp-my-shell.sh index fe4cff2..e43aa4e 100644 --- a/homeadditions/.bashrc.d/pimp-my-shell.sh +++ b/homeadditions/.bashrc.d/pimp-my-shell.sh @@ -6,6 +6,9 @@ case $- in *) return;; esac +# Path +export PATH=$PATH:/usr/games + # This is so that child processes have appropriate access to this var export SHELL diff --git a/homeadditions/.config/fish/conf.d/pimp-my-shell.fish b/homeadditions/.config/fish/conf.d/pimp-my-shell.fish index ff33288..d462ee8 100644 --- a/homeadditions/.config/fish/conf.d/pimp-my-shell.fish +++ b/homeadditions/.config/fish/conf.d/pimp-my-shell.fish @@ -1,5 +1,8 @@ #ddev-generated +# PATH +fish_add_path /usr/games + # z.lua mkdir -p /mnt/ddev-global-cache/z.lua/$HOSTNAME set -x _ZL_DATA /mnt/ddev-global-cache/z.lua/$HOSTNAME/.zlua