Added odin paths
This commit is contained in:
@@ -51,6 +51,7 @@ fish_add_path "$HOME/bin"
|
|||||||
fish_add_path "$HOME/.local/bin"
|
fish_add_path "$HOME/.local/bin"
|
||||||
fish_add_path "$HOME/.local/share/flatpak/exports/bin"
|
fish_add_path "$HOME/.local/share/flatpak/exports/bin"
|
||||||
fish_add_path "$HOME/.npm-global/bin"
|
fish_add_path "$HOME/.npm-global/bin"
|
||||||
|
fish_add_path "$HOME/.odin/"
|
||||||
|
|
||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
# ALIASES & ABBREVIATIONS
|
# ALIASES & ABBREVIATIONS
|
||||||
@@ -87,6 +88,7 @@ alias ldk='lazydocker'
|
|||||||
# Custom shortcuts
|
# Custom shortcuts
|
||||||
alias reload='source ~/.config/fish/config.fish'
|
alias reload='source ~/.config/fish/config.fish'
|
||||||
alias dotman='bash ~/.dotfiles/install.sh'
|
alias dotman='bash ~/.dotfiles/install.sh'
|
||||||
|
alias wiki='cd ~/Wiki/ && nvim index.md'
|
||||||
alias myip='curl ipinfo.io/ip; echo ""'
|
alias myip='curl ipinfo.io/ip; echo ""'
|
||||||
alias lspmake='bear -- make -B'
|
alias lspmake='bear -- make -B'
|
||||||
alias tc='tmux attach'
|
alias tc='tmux attach'
|
||||||
|
|||||||
Reference in New Issue
Block a user