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 [[ $- == *i* ]]; then
  	screenfetch debian
  	cd /mnt/sda/NFS/server/sh/codeberg.org/
fi

export PATH="$PATH:/mnt/sda/NFS/server/sh/codeberg.org/barebone-framework-gist/bash"

shopt -s autocd
