Page MenuHomeSolus

D4484.id11168.diff
No OneTemporary

D4484.id11168.diff

Index: .bashrc
===================================================================
--- .bashrc
+++ .bashrc
@@ -36,5 +36,17 @@
}
fi
+export EDITOR=/usr/bin/nvim
+export VISUAL=/usr/bin/nvim
+
+# an alias for the notes folder
+alias notes='cd ~/Dropbox/notes && ranger'
+
+# an alias for the notes folder when on WSL
+alias notess='cd /mnt/c/Users/David/Dropbox/notes && ranger'
+
+# an alias for getting youtube audio
+alias yt-dl-xa='youtube-dl --extract-audio --audio-format mp3'
+
# Leave at bottom
source /usr/share/defaults/etc/profile
Index: .config-notes.md
===================================================================
--- .config-notes.md
+++ .config-notes.md
@@ -1,4 +1,4 @@
-# Notse on my version controlled dot-files
+# Notes on my version controlled dot-files
## Neovim
Index: .zshrc
===================================================================
--- .zshrc
+++ .zshrc
@@ -61,6 +61,9 @@
# an alias for the notes folder
alias notes='cd ~/Dropbox/notes && ranger'
+# an alias for the notes folder when on WSL
+alias notess='cd /mnt/c/Users/David/Dropbox/notes && ranger'
+
# an alias for getting youtube audio
alias yt-dl-xa='youtube-dl --extract-audio --audio-format mp3'

File Metadata

Mime Type
text/plain
Expires
Jun 13 2023, 10:23 AM (8 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5856004
Default Alt Text
D4484.id11168.diff (1 KB)

Event Timeline