Fix fish config write location
This commit is contained in:
parent
d7a3112290
commit
4e30ebcbc8
@ -537,7 +537,7 @@ echo "Setting up Fish..."
|
|||||||
# Download Fish configuration
|
# Download Fish configuration
|
||||||
FISH_CONFIG_DIR=${HOME}/.config/fish
|
FISH_CONFIG_DIR=${HOME}/.config/fish
|
||||||
mkdir -p ${FISH_CONFIG_DIR}
|
mkdir -p ${FISH_CONFIG_DIR}
|
||||||
wget https://jessieh.net/fish -O ${EMACS_CONFIG_DIR}/config.fish
|
wget https://jessieh.net/fish -O ${FISH_CONFIG_DIR}/config.fish
|
||||||
|
|
||||||
# Set Fish as default shell
|
# Set Fish as default shell
|
||||||
sudo chsh ${USER} -s $(which fish)
|
sudo chsh ${USER} -s $(which fish)
|
||||||
|
Loading…
Reference in New Issue
Block a user