pointfichiers/shell/bash/.bash_aliases

12 lines
216 B
Bash
Raw Normal View History

2023-09-28 10:52:20 +02:00
alias ls='ls --color=auto'
alias jaaj="jaaj | lolcat"
alias hx="helix"
alias esp-idf-setup=". ~/.local/lib/esp-idf/export.sh"
# Git
alias ga="git add"
alias gc="git commit"
alias gp="git push"
alias gpl="git pull"