dotfiles/.bashrc
2025-05-13 01:48:03 +02:00

16 lines
229 B
Bash

#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
# Aliases
alias ls='ls --color=auto'
alias grep='grep --color=auto'
PS1='[\u@\h \W]\$ '
alias l='ls -la'
alias lg='lazygit'
fastfetch