From 793864e8521522594f1971ba69831fe392ed77c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Fo=CC=88rster?= Date: Sun, 30 Mar 2025 12:21:45 +0200 Subject: [PATCH] add $HOME/.dotfiles/scripte als Ablage diverser Scripte --- .bash_profile | 2 +- .dfminstall | 2 ++ .zshrc | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.bash_profile b/.bash_profile index 504dd11..4e56c11 100644 --- a/.bash_profile +++ b/.bash_profile @@ -6,7 +6,7 @@ [ -z "$ZSH_VERSION" ] && export SHELL=/bin/zsh && exec /bin/zsh -l # path -PATH=$PATH:$HOME/bin: +PATH=$PATH:$HOME/bin:$HOME/.dotfiles/scripte: # colors export CLICOLOR=1 diff --git a/.dfminstall b/.dfminstall index 2c578ba..077d7fb 100644 --- a/.dfminstall +++ b/.dfminstall @@ -26,6 +26,8 @@ bin/dfm chmod 0755 .tmux/sidebar.tmux 0755 .tmux/zoom 0755 +scripte/README 0644 + .dotfiles/.iterm2 skip .DS_Store skip .gitmodules skip diff --git a/.zshrc b/.zshrc index 97bb867..f3b642c 100644 --- a/.zshrc +++ b/.zshrc @@ -56,7 +56,7 @@ plugins=(colored-man-pages git docker sublime sudo zsh-eza) # User configuration source .api-keys -export PATH="/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/opt/homebrew/bin/brew:$HOME/bin:" +export PATH="/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/opt/homebrew/bin/brew:$HOME/bin:$HOME/.dotfiles/scripte:" source $ZSH/oh-my-zsh.sh source /opt/homebrew/share/zsh-autosuggestions/zsh-autosuggestions.zsh