My configuration files for Fish.
From Launchpad for Ubuntu:
sudo apt-add-repository ppa:fish-shell/release-2
sudo apt-get update
sudo apt-get install fish
You should delete or move the folder at ~/Documents/.config/fish
before creating this link:
ln -s my_fish_config ~/Documents/.config/fish
f a/b/c
Creates the folders and then moves into the final folder.
The current path is saved (with pushd
) before moving.
b
uses popd
to return to the previous folder.
gitg
does git pull
.
gitp
does git push
.
gits
does git status
.
up
does cd ..
once.
up 3
does cd ..
3 times.
This configuration has only been used on Lubuntu.
fishd.*
and fish_history
are ignored so this repo can be used in the
normal Fish config area (~/.config/fish
) while ignoring those files.