mirror of
https://github.com/nikdoof/dotfiles.git
synced 2025-12-13 09:42:27 +00:00
Switch to a common shell settings between bash and zsh
This commit is contained in:
@@ -17,7 +17,7 @@ for file in .bash_profile .bashrc .bash_logout .zshrc; do
|
||||
done
|
||||
|
||||
# Stow the default packages
|
||||
for package in bin bash zsh; do
|
||||
for package in bin shell-common bash zsh; do
|
||||
echo "Stowing ${package}"
|
||||
$HOME/.dotfiles/bin/bin/stowage install $package
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user