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:
parent
77a889ae23
commit
c62d314f99
@ -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
2
osx
@ -61,7 +61,7 @@ chflags nohidden ~/Library
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
# Set Safari’s home page to `about:blank` for faster loading
|
# Set Safari’s 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 Safari’s search banners default to Contains instead of Starts With
|
# Make Safari’s 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
|
||||||
|
Loading…
Reference in New Issue
Block a user