Tests.
This commit is contained in:
parent
edec94baed
commit
8485ef33d6
@ -1,3 +0,0 @@
|
|||||||
function prompt_pwd
|
|
||||||
pwd | sed -e 's|/private||' -e "s|$HOME|~|"
|
|
||||||
end
|
|
@ -41,9 +41,8 @@ curl -L http://get.oh-my.fish | fish
|
|||||||
fish -c 'omf install bobthefish'
|
fish -c 'omf install bobthefish'
|
||||||
# installing misc settings
|
# installing misc settings
|
||||||
touch ~/.fish.local
|
touch ~/.fish.local
|
||||||
mkdir -p ~/.config/fish/functions
|
echo 'set -g theme_title_use_abbreviated_path no' > ~/.config/fish/config.fish
|
||||||
ln -s ~/.dotfiles/fish/prompt_pwd.fish ~/.config/fish/functions
|
|
||||||
if [ `hostname` != 'tuonela' ]; then
|
if [ `hostname` != 'tuonela' ]; then
|
||||||
echo 'set -g theme_display_user yes' > ~/.config/fish/config.fish
|
echo 'set -g theme_display_user yes' >> ~/.config/fish/config.fish
|
||||||
fi
|
fi
|
||||||
echo 'source ~/.fish.local' >> ~/.config/fish/config.fish
|
echo 'source ~/.fish.local' >> ~/.config/fish/config.fish
|
||||||
|
Loading…
Reference in New Issue
Block a user