fix various things, format scripts
This commit is contained in:
parent
f5f010edd6
commit
2650eff42d
11 changed files with 19 additions and 16 deletions
|
@ -13,7 +13,7 @@ if command_exists "apt-get"; then
|
|||
elif command_exists "yum"; then
|
||||
sudo yum install fish -y
|
||||
elif command_exists "pacman"; then
|
||||
yay -S fish
|
||||
pacman -S fish
|
||||
elif command_exists "zypp"; then
|
||||
# Untested
|
||||
sudo zypper install fish -y
|
||||
|
@ -30,5 +30,3 @@ else
|
|||
fi
|
||||
|
||||
chsh -s $(readlink -f $(which fish))
|
||||
|
||||
fish -c "tide configure --auto --style=Classic --prompt_colors='True color' --classic_prompt_color=Dark --show_time='24-hour format' --classic_prompt_separators=Vertical --powerline_prompt_heads=Sharp --powerline_prompt_tails=Flat --powerline_prompt_style='One line' --prompt_spacing=Compact --icons='Many icons' --transient=No"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue