Skip to content

Instantly share code, notes, and snippets.

View ppmzhang2's full-sized avatar

ppmzhang2

View GitHub Profile
if status is-interactive
# Commands to run in interactive sessions can go here
end
# -----------------------------------------------------------------------------
# alias
# -----------------------------------------------------------------------------
function l -d "list all files"
ls -alrth $argv
end
@ppmzhang2
ppmzhang2 / .vimrc
Created February 8, 2023 03:29
Very concise vim configuration
" =============================================================================
"
" Sections:
" -> vim_plug
" -> general
" -> user_interface
" -> colors_and_fonts
" -> misc
"
" =============================================================================