Skip to content

Commit

Permalink
Added sample ~/.profile-local file
Browse files Browse the repository at this point in the history
  • Loading branch information
denilsonsa committed Feb 14, 2024
1 parent bc4d166 commit 4e35e24
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions base/.profile-local
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# ~/.profile-local
#
# Be careful with the syntax.
# This file is being loaded by both bash and zsh.

# Web browser notifications via https://notica.us/
# Please leave that page open forever in a browser, and insert the token/topic/ID here.
#notica() { curl --data "d:$*" "https://notica.us/?INSERT_TOKEN_HERE" ; }

0 comments on commit 4e35e24

Please sign in to comment.