Fish Alias/Function Location
Tagged with: alias, fish, function, Linux, location, shell, store
Saturday, January 5th, 2008 10:08 PM
The alias/function of the fish shell are stored at ‘/home/username/.config/fish/functions’
The alias/function of the fish shell are stored at ‘/home/username/.config/fish/functions’
Find where the command executable is located…
whereis perl
301 Redirect using PHP
header ('HTTP/1.1 301 Moved Permanently');
header ('Location: '.$new_location);