6 lines
179 B
Text
6 lines
179 B
Text
# If not running interactively, don't do anything else
|
|
[[ $- != *i* ]] && return
|
|
|
|
#things for uni/work machines
|
|
|
|
alias sudo='echo "You will probably get told off if you do that"'
|