Last active
June 29, 2025 00:14
-
-
Save mwenku/ef92568917991fa368a9068c2086209c to your computer and use it in GitHub Desktop.
fish aliases ~/.config/fish
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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