add: sticky-notes and bspwm scripts
This commit is contained in:
parent
212028fcd0
commit
d0a680305c
6 changed files with 146 additions and 6 deletions
.config/zsh
|
@ -53,3 +53,9 @@ bindkey '^e' edit-command-line
|
|||
|
||||
# Load zsh-syntax-highlighting; should be last.
|
||||
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh 2>/dev/null
|
||||
|
||||
if [[ $STICKY_NOTE ]]; then
|
||||
PS1=
|
||||
cat "/tmp/sticky-note"
|
||||
return
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue