diff options
author | self <self@sateoki.xyz> | 2022-05-01 10:28:57 +0100 |
---|---|---|
committer | self <self@sateoki.xyz> | 2022-05-01 10:28:57 +0100 |
commit | ec0dd21e078601a07a0dd317e4ae6145e87d241d (patch) | |
tree | 23f899e1ffdc96c450185e084c94cfbde50047e6 /zsh | |
parent | 9007de310a5ba9b023f26abe1fee1c50560acca6 (diff) |
Removed some old aliases and comments not needed anymore
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.zshrc | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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)" |