From ec0dd21e078601a07a0dd317e4ae6145e87d241d Mon Sep 17 00:00:00 2001 From: self Date: Sun, 1 May 2022 10:28:57 +0100 Subject: Removed some old aliases and comments not needed anymore --- zsh/.zshrc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'zsh') 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)" -- cgit v1.2.1