Close...
This commit is contained in:
@@ -15,13 +15,15 @@ wget -O /tmp/zx_customconfig.fish https://code.strandbo.no/morten/Initial_linux_
|
|||||||
|
|
||||||
# Move them about
|
# Move them about
|
||||||
echo "## Placing files and rubbing 'em"
|
echo "## Placing files and rubbing 'em"
|
||||||
sudo /bin/cp -f /tmp/zx_customconfig.fish /etc/profile.d/02-zx_customaliases.sh /etc/fish/conf.d/
|
sudo /bin/cp -f /tmp/zx_customconfig.fish /etc/fish/conf.d/
|
||||||
sudo sed -i '1,3d' /etc/profile.d/02-zx_customaliases.sh
|
sudo sed -i '1,3d' /etc/profile.d/02-zx_customaliases.sh
|
||||||
#sudo /bin/mv -f /tmp/zx_customconfig.fish /etc/fish/conf.d/
|
sudo /bin/mv -f /tmp/zx_customconfig.fish /etc/fish/conf.d/
|
||||||
sudo chown root:root /etc/fish/conf.d/02-zx_customaliases.sh
|
sudo chown root:root /etc/fish/conf.d/02-zx_customaliases.sh
|
||||||
|
sudo rm /tmp/zx_customconfig.fish
|
||||||
|
|
||||||
# Enter fish
|
# Enter fish
|
||||||
fish
|
fish
|
||||||
|
|
||||||
# Show full path in prompt
|
# Show full path in prompt
|
||||||
set -U fish_prompt_pwd_dir_length 0
|
set -U fish_prompt_pwd_dir_length 0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user