Add notes and applications
This commit is contained in:
parent
6035b6b697
commit
877858841c
|
@ -25,4 +25,6 @@ pacaur -S \
|
|||
ttf-noto-fonts-simple ttf-noto-fonts-ib noto-fonts-emoji `# Emoji` \
|
||||
siji-git gohufont artwiz-fonts phallus-fonts-git `# Bitmap Fonts` \
|
||||
autorandr `# Monitor Helper` \
|
||||
keybase keybase-gui kbfs `# Keybase Applications` \
|
||||
discord `# Chat Application` \
|
||||
--noconfirm --noedit
|
||||
|
|
|
@ -35,6 +35,9 @@ function c() {
|
|||
alias cd..="cd .."
|
||||
alias cdd="cd \"\$DOTFILES_PATH\"" # go to dotfiles
|
||||
alias cdc="cd \"\$XDG_CONFIG_HOME\"" # go to
|
||||
alias cdn="cd \"\$NOTES_PATH\""
|
||||
|
||||
alias nsync="cd \"\$NOTES_PATH\" && git add -A && git commit -m Updates && git pull && git push && cd -"
|
||||
|
||||
function cdp() {
|
||||
cd "$(dirname "$(fzf)")" || return
|
||||
|
|
Reference in a new issue