Compare commits
2 Commits
7786d43b94
...
4f4646be18
Author | SHA1 | Date | |
---|---|---|---|
4f4646be18 | |||
9f3b20fc49 |
26
fig/.hgrc
Normal file
26
fig/.hgrc
Normal file
@ -0,0 +1,26 @@
|
||||
# example user config (see 'hg help config' for more info)
|
||||
[ui]
|
||||
# name and email, e.g.
|
||||
# username = Jane Doe <jdoe@example.com>
|
||||
username = Christian Nieves <cnieves@google.com>
|
||||
|
||||
# We recommend enabling tweakdefaults to get slight improvements to
|
||||
# the UI over time. Make sure to set HGPLAIN in the environment when
|
||||
# writing scripts!
|
||||
tweakdefaults = True
|
||||
|
||||
# uncomment to disable color in command output
|
||||
# (see 'hg help color' for details)
|
||||
# color = never
|
||||
|
||||
# uncomment to disable command output pagination
|
||||
# (see 'hg help pager' for details)
|
||||
paginate = never
|
||||
|
||||
[extensions]
|
||||
# uncomment the lines below to enable some popular extensions
|
||||
# (see 'hg help extensions' for more info)
|
||||
#
|
||||
# histedit =
|
||||
# rebase =
|
||||
# uncommit =
|
@ -83,7 +83,7 @@ call plug#begin('~/.vim/plugged')
|
||||
if filereadable(expand("~/.vimrc.local"))
|
||||
source ~/.vimrc.local
|
||||
endif
|
||||
if filereadable(expand("~/.vim/prefs/google.vim"))
|
||||
if filereadable(expand("~/.vim/prefs/use_google.vim"))
|
||||
source ~/.vim/prefs/google.vim
|
||||
endif
|
||||
|
||||
@ -112,7 +112,7 @@ lua << EOF
|
||||
|
||||
EOF
|
||||
source ~/.vim/prefs/cmp.vim
|
||||
if filereadable(expand("~/.vim/prefs/google.vim"))
|
||||
if filereadable(expand("~/.vim/prefs/use_google.vim"))
|
||||
source ~/.vim/prefs/google_comments.vim
|
||||
endif
|
||||
" source ~/.vim/prefs/ale.vim
|
||||
|
Submodule zsh/.oh-my-zsh/themes/powerlevel10k updated: cf67cad465...be3724bc80
1
zsh/fzf-at-google.zsh
Symbolic link
1
zsh/fzf-at-google.zsh
Symbolic link
@ -0,0 +1 @@
|
||||
dotfiles/fzf/fzf-at-google.zsh
|
1
zsh/fzf-relevant-files.zsh
Symbolic link
1
zsh/fzf-relevant-files.zsh
Symbolic link
@ -0,0 +1 @@
|
||||
dotfiles/fzf/fzf-relevant-files.zsh
|
Reference in New Issue
Block a user