Compare commits

2 Commits

2 changed files with 3 additions and 3 deletions

View File

@@ -33,9 +33,9 @@ alias dir='dir -v'
# send things to termpad # send things to termpad
# with httpie # with httpie
alias tph=' http termpad.planethawleywood.com' alias tph=' http https://termpad.planethawleywood.com'
# with cURL # with cURL
alias tpc=' curl --data-binary @- termpad.planethawleywood.com' alias tpc=' curl --data-binary @- https://termpad.planethawleywood.com'
# Do lots of things with FZF # Do lots of things with FZF

View File

@@ -48,7 +48,7 @@ notez () {
if [[ $# -eq 0 ]]; then if [[ $# -eq 0 ]]; then
# No arguments, display the notes file # No arguments, display the notes file
cat "$notes_file" tac "$notes_file"
return 0 return 0
elif [[ "$1" == "-a" ]]; then elif [[ "$1" == "-a" ]]; then
# Add a note with prompting # Add a note with prompting