feat(aliases): Amélioration des aliases pour lazygit et lsd
This commit is contained in:
parent
66c57a0a51
commit
df8172f138
@ -1,5 +1,6 @@
|
|||||||
# Lazygit
|
#/bin/bash
|
||||||
if ( which lazygit &> /dev/null )
|
|
||||||
|
if (command -v lazygit &> /dev/null)
|
||||||
then
|
then
|
||||||
alias lg='lazygit'
|
alias lg=lazygit
|
||||||
fi
|
fi
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# LSD
|
#!/bin/bash
|
||||||
if ( command -v lsd &> /dev/null )
|
|
||||||
|
if (command -v lsd &> /dev/null)
|
||||||
then
|
then
|
||||||
alias ls='lsd'
|
alias ls=lsd
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user