Skip to content

Instantly share code, notes, and snippets.

View jcppman's full-sized avatar

Chriest Yu jcppman

View GitHub Profile
@jcppman
jcppman / .vimrc
Last active January 22, 2025 03:14
My .vimrc
if $SHELL =~ "bin/fish"
set shell=/bin/bash
endif
set nocompatible
filetype off
set rtp+=~/.config/nvim/bundle/Vundle.vim