Skip to content

Instantly share code, notes, and snippets.

@mwenku
Last active June 29, 2025 00:14
Show Gist options
  • Select an option

  • Save mwenku/ef92568917991fa368a9068c2086209c to your computer and use it in GitHub Desktop.

Select an option

Save mwenku/ef92568917991fa368a9068c2086209c to your computer and use it in GitHub Desktop.
fish aliases ~/.config/fish
if status is-interactive
# Commands to run in interactive sessions can go here
# Add LunarVim binaries to PATH if not already
set -gx PATH $HOME/.local/bin $PATH
end
#vim
alias ni="nvim"
alias vim="nvim"
#python
alias py="python3"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment