alias for lazygit
This commit is contained in:
2
.bashrc
2
.bashrc
@ -5,9 +5,11 @@
|
|||||||
# If not running interactively, don't do anything
|
# If not running interactively, don't do anything
|
||||||
[[ $- != *i* ]] && return
|
[[ $- != *i* ]] && return
|
||||||
|
|
||||||
|
# Aliases
|
||||||
alias ls='ls --color=auto'
|
alias ls='ls --color=auto'
|
||||||
alias grep='grep --color=auto'
|
alias grep='grep --color=auto'
|
||||||
PS1='[\u@\h \W]\$ '
|
PS1='[\u@\h \W]\$ '
|
||||||
alias l='ls -la'
|
alias l='ls -la'
|
||||||
|
alias lg='lazygit'
|
||||||
|
|
||||||
fastfetch
|
fastfetch
|
||||||
|
Reference in New Issue
Block a user