feat: alias cat & ls

This commit is contained in:
Jozef Steinhübl 2024-06-15 09:43:22 +02:00
parent 84ec849e95
commit f1ce967a58
No known key found for this signature in database
GPG key ID: E6BC90C91973B08F

View file

@ -3,7 +3,10 @@
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
# Aliases
alias ls="lsd"
alias cat="bat"
PS1='[\u@\h \W]\$ '
eval "$(starship init bash)"
@ -11,4 +14,4 @@ source ~/.local/share/blesh/ble.sh
# bun
export BUN_INSTALL="$HOME/.bun"
export PATH=$BUN_INSTALL/bin:$PATH
export PATH=$BUN_INSTALL/bin:$PATH:~/.local/bin:~/go/bin