Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
feat(fzf-scripts): add submodule of fzf-scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
r17x committed Mar 23, 2020
1 parent 64b23ac commit 7409489
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions .aliases
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ alias gld="git log --oneline --all --pretty=format:\"%h%x09%an%x09%ad%x09%s\""
alias gls="gl --show-signature"
alias ls="ls --color=auto"
alias lg="lazygit"
alias npms="npmsearch"

if [[ $machine == 'linux' ]]; then
alias pbcopy='xclip -selection clipboard'
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "fzf-scripts"]
path = fzf-scripts
url = [email protected]:DanielFGray/fzf-scripts.git
5 changes: 1 addition & 4 deletions .vimrc.reasonml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,10 @@ let g:LanguageClient_serverCommands = {
"
" Airline: Enable the airline extensions for esy project status and reason
" syntastic plugin.
let g:airline_extensions = ['esy', 'reason']
" let g:airline_extensions = ['esy', 'reason']
let g:reasonml_project_airline=1
let g:reasonml_syntastic_airline=1
let g:reasonml_clean_project_airline=1
let g:airline#extensions#whitespace#enabled = 0
let g:airline_powerline_fonts = 1
let g:airline_skip_empty_sections = 1

" let g:neomake_reason_enabled_makers = ['merlin']
nnoremap <silent> ggd :call LanguageClient#textDocument_definition()<>
Expand Down
3 changes: 2 additions & 1 deletion .zshrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
#export PATH=$HOME/bin:/usr/local/bin:$PATH
# export LC_CTYPE="en_US.UTF-8"
# this function only check for not directory exist.
export LANG=en_US.UTF-8
Expand Down Expand Up @@ -106,6 +106,7 @@ export PATH=${PATH}:${ANDROID_SDK}/tools/bin
export PATH=$ANDROID_SDK/tools/bin:$PATH
export PATH=${PATH}:${ANDROID_SDK}/platform-tools
export PATH=$HOME/.yarn/bin:$PATH
export PATH=$HOME/.local/bin:$PATH

export HERMES_WS_DIR=$HOME/.hermes
export PATH=$HERMES_WS_DIR/build/bin:$PATH
Expand Down
1 change: 1 addition & 0 deletions fzf-scripts
Submodule fzf-scripts added at b60673

0 comments on commit 7409489

Please sign in to comment.