Skip to content

Commit

Permalink
bash: Update coding change dir alias
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed May 6, 2024
1 parent 69f6f5e commit ada0306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/bash/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ alias free="free -m" # human-readable sizes
alias ll="lsd -l" # detailed file list
alias la="lsd -lA" # detailed file list with hidden files
alias wh="which -aS" # Informative version of which
alias p="fzf-projects" # Project switcher
alias c="fzf-projects" # Project switcher

# When interactively starting vim, execute the vim-singleton function to avoid
# starting multiple vim instances.
Expand Down

0 comments on commit ada0306

Please sign in to comment.