this is .bashrc [[ $- != *i* ]] && alias ls='ls --color=always' alias ff='/usr/bin/fuzzypkg' alias qq='exit' alias xl='sudo lite-xl' PS1="$grn\u $wht[\w]$clr " blk='\[\033[01;30m\]' # Black red='\[\033[01;31m\]' # Red grn='\[\033[01;32m\]' # Green ylw='\[\033[01;33m\]' # Yellow blu='\[\033[01;34m\]' # Blue pur='\[\033[01;35m\]' # Purple cyn='\[\033[01;36m\]' # Cyan wht='\[\033[01;37m\]' # White clr='\[\033[00m\]' # Reset ################ cat .bash_profile # .bash_profile # Get the aliases and functions case $- in *i*) [[ -r ~/.bashrc ]] && . ~/.bashrc;; esac