aboutsummaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-11-07 05:58:45 +0000
committerMatthew Lemon <y@yulqen.org>2023-11-07 05:58:45 +0000
commite698471fb9f6dbf435fbad73d0ddc64c436a6095 (patch)
treecee286b6472446ed88a39bc305527a37b00dc2ed /bashrc
parent07f95c7f9903c5e576f25144c2117c73b09bff51 (diff)
Adds alias
Diffstat (limited to '')
-rw-r--r--bashrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index 39cf3de..f6c86ec 100644
--- a/bashrc
+++ b/bashrc
@@ -79,12 +79,13 @@ alias qnarchive='mkdir /tmp/quicknotes && cp ~/code/html/yulqen.org/content/tech
alias annex-sync='cd ~/annex/ && git annex sync && cd -'
alias k5days='khal list today 5 days'
alias brandom='beet play "$(beet random -p)"'
+alias qn2firefox='pandoc /home/lemon/Documents/Notes/quicknote.md -o /tmp/quicknote.html && firefox /tmp/quicknote.html'
# Environment variables
export LEDGER_FILE="$HOME/Budget/hledger/budget.ledger"
#export TERM="screen-256color" arch wiki says not to set this here.
export LESS="-iMRS -x2"
-export NOTES_DIR="$HOME/Documents/Notes"
+export NOTES="$HOME/Documents/Notes"
export RANGER_LOAD_DEFAULT_RC="FALSE"
export FZF_DEFAULT_COMMAND="rg --files --hidden --glob '!.git' "
# export FZF_DEFAULT_COMMAND='ag -l --path-to-ignore ~/.ignore --nocolor --hidden -g ""'