Compare commits

1 Commits

Author SHA1 Message Date
e8ae4e6c29 Added alias for code on Chromebook 2026-02-02 18:41:40 -05:00

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"'