summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorself <self@sateoki.xyz>2022-05-01 10:28:57 +0100
committerself <self@sateoki.xyz>2022-05-01 10:28:57 +0100
commitec0dd21e078601a07a0dd317e4ae6145e87d241d (patch)
tree23f899e1ffdc96c450185e084c94cfbde50047e6 /zsh
parent9007de310a5ba9b023f26abe1fee1c50560acca6 (diff)
Removed some old aliases and comments not needed anymore
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshrc5
1 files changed, 1 insertions, 4 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index fa4b81e..ddc709f 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -123,7 +123,7 @@ alias gcom="git checkout master"
alias gdb="git branch -d"
alias gp="git push"
alias gpa="gp origin && gp github && gp gitlab"
-alias gpl="git pull" # TODO: might be ambiguous with multiple remotes
+alias gpl="git pull"
alias gs="git status"
alias ga="git add"
alias gc="git commit"
@@ -143,10 +143,7 @@ gro() { # Rename all origins
# misc
alias pkg-query="pacman -Qq | fzf --preview 'pacman -Qil {}' --layout=reverse --bind 'enter:execute(pacman -Qil {} | less)'"
alias r="prime-run newsboat"
-# alias en="nvim /mnt/Shared/Text" ## TODO: what was this for? Can I replicate with, e.g. ranger? Is it needed anymore?
-# alias fin="libreoffice --calc /mnt/Shared/Trackers/Financial/new/$(date +%Y-%m).ods & " ## TODO: is this needed anymore? If so, update
-# lle... TODO: maybe find a way to make these take up less room in the zshrc?
lle() { # Life Log Entry
if [ -z $1 ] ; then DT="today" else DT="$1" fi
mkdir -p "$HOME/docs/daily-log/$(date +%Y-%m -d $DT)"