AltAtomicSway
This commit is contained in:
8
src/source/configuration/etc/skel/.zshrc
Normal file
8
src/source/configuration/etc/skel/.zshrc
Normal file
@ -0,0 +1,8 @@
|
||||
if [ -n "$DISTROBOX_ENTER_PATH" ]; then
|
||||
echo "Switching to bash inside Distrobox..."
|
||||
exec /bin/bash
|
||||
exit 0
|
||||
fi
|
||||
|
||||
# zsh-autosuggestions
|
||||
source /usr/local/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
|
Reference in New Issue
Block a user