[-] Remove fish installation because it's not compatible
This commit is contained in:
@@ -19,12 +19,6 @@ addline() {
|
||||
addline .zshrc 'SCR="$HOME/zshrc/scripts"'
|
||||
addline .zshrc '. $SCR/zshrc.sh'
|
||||
|
||||
# Check fish
|
||||
fish=".config/fish/config.fish"
|
||||
if [ -d $fish ]; then
|
||||
echo 'source $HOME/.zshrc; clear;' > $fish
|
||||
fi
|
||||
|
||||
# Source file
|
||||
. .zshrc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user