Update .bashrc

This commit is contained in:
Aleksander Wilczyński 2025-04-09 12:09:23 +02:00
parent 2c1cfc30a7
commit 5d3a84b679
Signed by: gitea
GPG Key ID: CECFC30736A3D1C8
2 changed files with 8 additions and 1 deletions

8
.bashrc Normal file
View File

@ -0,0 +1,8 @@
export LS_OPTIONS='--color=auto'
alias ls='ls $LS_OPTIONS'
alias ll='ls $LS_OPTIONS -l'
alias l='ls $LS_OPTIONS -lA'
alias please='sudo'
alias gp='git pull'
alias dk='docker'

View File

@ -1 +0,0 @@
alias abc="sudo"