This commit is contained in:
2023-11-28 14:31:22 +01:00
parent b9cfb397f1
commit d0da9cfb8f

View File

@@ -7,12 +7,12 @@ sudo apt-get install nala --force-yes
sudo nala install exa fish --force-yes
# Get some custom configs
wget https://code.strandbo.org/zxczc/zxczxc/zx_customconfig.fish
wget -O /tmp/zx_customconfig.fish https://code.strandbo.org/zxczc/zxczxc/zx_customconfig.fish
# Move them about
/bin/cp -f zx_customconfig.fish /etc/profile.d/02-zx_customaliases.sh
/bin/cp -f /tmp/zx_customconfig.fish /etc/profile.d/02-zx_customaliases.sh
sed -e '1,3d' < /etc/profile.d/02-zx_customaliases.sh
/bin/mv -f zx_customconfig.fish /etc/fish/conf.d/
/bin/mv -f /tmp/zx_customconfig.fish /etc/fish/conf.d/
# Show full path in prompt
set -U fish_prompt_pwd_dir_length 0