Modification to the theme.
This commit is contained in:
parent
8485ef33d6
commit
ab90a96530
@ -40,6 +40,9 @@ rm -rf ~/.config/fish ~/.local/share/fish ~/.config/omf ~/.local/share/omf
|
|||||||
curl -L http://get.oh-my.fish | fish
|
curl -L http://get.oh-my.fish | fish
|
||||||
fish -c 'omf install bobthefish'
|
fish -c 'omf install bobthefish'
|
||||||
# installing misc settings
|
# installing misc settings
|
||||||
|
mkdir -p ~/.config/fish/functions
|
||||||
|
echo 'function fish_greeting; end' > ~/.config/fish/functions/fish_greeting.fish
|
||||||
|
echo 'function fish_right_prompt; end' > ~/.config/fish/functions/fish_right_prompt.fish
|
||||||
touch ~/.fish.local
|
touch ~/.fish.local
|
||||||
echo 'set -g theme_title_use_abbreviated_path no' > ~/.config/fish/config.fish
|
echo 'set -g theme_title_use_abbreviated_path no' > ~/.config/fish/config.fish
|
||||||
if [ `hostname` != 'tuonela' ]; then
|
if [ `hostname` != 'tuonela' ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user