alias for lazygit
This commit is contained in:
parent
b5376c48d5
commit
ab8517071e
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user