Files
dotFiles/.bashrc
2025-05-15 17:31:40 +05:30

19 lines
312 B
Bash

# ----------------------
# Aliases
# ----------------------
alias ls='lsd'
alias nv='nvim'
alias neofetch="fastfetch"
# ---- Air for GO ----
alias air="~/go/bin/air"
# ---- starship ----
eval "$(starship init bash)"
# ---- zoxide ----
eval "$(zoxide init --cmd cd bash)"
# ---- fzf ----
eval "$(fzf --bash)"