Skip to content

Instantly share code, notes, and snippets.

@junderhill
junderhill / daily-vim-training.txt
Last active October 6, 2021 08:02
Vim Kata Daily Training
# Vim Daily Training
## Sorting (Command Line Util)
Sort the below sentances into alphabetical order:
```
Leslie Burch
@joshuacrass
joshuacrass / fish_prompt.fish
Last active July 31, 2023 13:58
Customized fish prompt for a better Git experience
# Display informative Git status in the prompt (e.g., branch name, dirty state, etc.).
set -g __fish_git_prompt_show_informative_status true
# Show color hints in the Git prompt for different Git states (e.g., dirty, staged, conflicted).
set -g __fish_git_prompt_showcolorhints true
# Show verbose information about the upstream status in the Git prompt.
set -g __fish_git_prompt_showupstream verbose
# Colors for various Git states.