Skip to content

Instantly share code, notes, and snippets.

View Adi-Jayakumar's full-sized avatar

Adithya Jayakumar Adi-Jayakumar

  • London
View GitHub Profile
@Adi-Jayakumar
Adi-Jayakumar / Instruction.md
Created September 17, 2023 14:22
Install Fish Shell without root

Move the binary in the build directory of the fish repository into the ~/.local/bin directory and add the following to the end of the ~/.bashrc file

if [ -x "$HOME/.local/bin/fish" ]; then
    exec "$HOME/.local/bin/fish"
fi