1
0
mirror of https://github.com/kremalicious/dotfiles.git synced 2024-11-22 09:47:21 +01:00

tabs to spaces

This commit is contained in:
Matthias Kretschmann 2015-08-08 23:32:07 +02:00
parent 77a889ae23
commit c62d314f99
2 changed files with 75 additions and 75 deletions

View File

@ -106,7 +106,7 @@ else
fi; fi;
# Set the terminal title to the current working directory. # Set the terminal title to the current working directory.
#PS1="\[\033]0;\w\007\]"; PS1="\[\033]0;\w\007\]";
PS1="\[${bold}\]\n"; # newline PS1="\[${bold}\]\n"; # newline
PS1+="\[${userStyle}\]\u"; # username PS1+="\[${userStyle}\]\u"; # username
PS1+="\[${white}\] at "; PS1+="\[${white}\] at ";

2
osx
View File

@ -61,7 +61,7 @@ chflags nohidden ~/Library
############################################################################### ###############################################################################
# Set Safaris home page to `about:blank` for faster loading # Set Safaris home page to `about:blank` for faster loading
defaults write com.apple.Safari HomePage -string "about:blank" defaults write com.apple.Safari HomePage -string ""
# Make Safaris search banners default to Contains instead of Starts With # Make Safaris search banners default to Contains instead of Starts With
defaults write com.apple.Safari FindOnPageMatchesWordStartsOnly -bool false defaults write com.apple.Safari FindOnPageMatchesWordStartsOnly -bool false