aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimen A. W. Olsen <so@bjerk.io>2021-12-05 14:07:48 +0100
committerSimen A. W. Olsen <so@bjerk.io>2021-12-05 14:07:48 +0100
commit0cb6baf06f19e755bdf1ba0a5cc6a976da9f884a (patch)
tree57051bbc46d2d8d324bfce80ca7a302f3441a959
parent4a153d78fc92e3ef11029484793a746b2954f251 (diff)
downloaddotfiles-0cb6baf06f19e755bdf1ba0a5cc6a976da9f884a.tar.gz
dotfiles-0cb6baf06f19e755bdf1ba0a5cc6a976da9f884a.zip
add todo alias
-rw-r--r--.aliases2
-rw-r--r--Brewfile3
2 files changed, 3 insertions, 2 deletions
diff --git a/.aliases b/.aliases
index 3cc6062..9fc876e 100644
--- a/.aliases
+++ b/.aliases
@@ -10,7 +10,7 @@ alias c='clear'
alias afk='pmset displaysleepnow'
alias dl="cd ~/Downloads"
alias l='ls -l'
-alias todo='todoist l'
+alias todo='todoist l --filter "#Inbox"'
# Kill all the tabs in Chrome to free up memory
# [C] explained: http://www.commandlinefu.com/commands/view/402/exclude-grep-from-your-grepped-output-of-ps-alias-included-in-description
diff --git a/Brewfile b/Brewfile
index 4668cc3..b7d4992 100644
--- a/Brewfile
+++ b/Brewfile
@@ -11,7 +11,7 @@ brew "gnu-sed"
# Install a modern version of Bash.
brew "bash"
-brew "bash-completion2"
+brew "bash-completion"
# Install `wget` with IRI support.
brew "wget"
@@ -61,6 +61,7 @@ brew "whalebrew"
brew "helm"
brew "gh"
brew "microplane"
+brew "jq"
tap "txn2/tap"
brew "kubefwd"