FISH-CONFIGURATION
Building a Linux Habitatwilli glenz @ telegram
Published with SteemPeak
home ~ previous

vim ~/.config/fish/functions/gfish-configuration.fish
function gfish-configuration --description 'fish-configuration'
clear; echo
echo '=========================================================================='
echo ' FISH-CONFIGURATION '
echo '=========================================================================='
echo 'SHELL '
echo ' $ cat /etc/shells '
echo ' $ chsh -s /usr/bin/fish '
echo '--------------------------------------------------------------------------'
echo 'PATHS '
echo ' $ cd ~/.config/fish/functions '
echo ' $ cd ~/.config/fish '
echo ' $ echo $PATH '
echo ' $ count $PATH '
echo ' $ echo $PATH[1] '
echo ' $ echo $PATH[-1..2] '
echo '--------------------------------------------------------------------------'
echo 'FILES '
echo ' $ vim ~/.config/fish/config.fish '
echo ' set PATH /home/user/Apps/ $PATH '
echo ' $ vim ~/.config/fish/fish_variables '
echo '=========================================================================='
echo
for item in $PATH
echo "entry: $item"
end
echo
end
SOURCES
homepage ............................................................. fishshell.com
documentation ................................ fishshell.com/docs/current/index.html
tutorial ......................... fishshell.com/docs/current/tutorial.html#tut_path
github ............................................ github.com/fish-shell/fish-shell
picture ....................................... screenshoot by me ~ my gnome-desktop