Compare commits

2 Commits

2 changed files with 4 additions and 1 deletions

View File

@@ -54,3 +54,6 @@ alias catf='cat "`fzf`"'
# GLOW
alias glowf='glow "`fzf`"'
# VS Code on the Chromebook
alias code='code --password-store="gnome-libsecret"'

View File

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