2 Commits

Author SHA1 Message Date
chawley e8ae4e6c29 Added alias for code on Chromebook 2026-02-02 18:41:40 -05:00
chawley 48e884251b Reverse order of notez display (again, correct this time) 2025-05-09 15:42:36 -04:00
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -54,3 +54,6 @@ alias catf='cat "`fzf`"'
# GLOW # GLOW
alias glowf='glow "`fzf`"' alias glowf='glow "`fzf`"'
# VS Code on the Chromebook
alias code='code --password-store="gnome-libsecret"'
+1 -1
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