Skip to content

Commit

Permalink
-y for sagi
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemarsden committed Dec 13, 2023
1 parent 9ed3cdc commit 8dd7fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export HISTTIMEFORMAT="%Y-%m-%d %H:%M:%S "
shopt -s histappend
export PROMPT_COMMAND="history -a"

alias sagi='sudo apt-get install'
alias sagi='sudo apt-get install -y'
alias t='~/todo/todo.sh'
# Make a new line at the start of the file
alias todo="echo '0a
Expand Down

0 comments on commit 8dd7fc1

Please sign in to comment.