Skip to content

Instantly share code, notes, and snippets.

@jonshado
jonshado / fish_shell_local_install.sh
Last active March 23, 2018 18:52 — forked from masih/fish_shell_local_install.sh
Installs Fish Shell without root access
#!/bin/bash
# Script for installing Fish Shell on systems without root access.
# Fish Shell will be installed in $HOME/local/bin.
# It's assumed that wget and a C/C++ compiler are installed.
# exit on error
set -e
#updated shell version to current as of 3/23/2018
FHISH_SHELL_VERSION=2.7.1