„.bashrc“ hinzufügen

This commit is contained in:
2023-02-28 18:35:36 +01:00
parent 709ea9556f
commit 3bb57da894

9
.bashrc Normal file
View File

@@ -0,0 +1,9 @@
export LS_OPTIONS='--color=auto'
eval "`dircolors`"
alias ls='ls $LS_OPTIONS'
alias ll='ls $LS_OPTIONS -l'
alias l='ls $LS_OPTIONS -lA'
if shopt -q login_shell; then
echo -en "\033]0;$(hostname -f)\a"
fi