diff options
author | self <george@gabbott.dev> | 2022-10-19 16:09:29 +0100 |
---|---|---|
committer | self <george@gabbott.dev> | 2022-10-19 16:09:29 +0100 |
commit | d63039fc5482a32f08fe96156ea6d0e8399e0d16 (patch) | |
tree | 7d0af74e6518d696a5588c8dd26ddfcb407a9d97 /zsh/.zshrc | |
parent | 32bc503eb124dad54a2254fb1bc4c4ea54fc33bb (diff) |
Moved atd, cld, and various changes in zshrc-mk
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r-- | zsh/.zshrc | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -51,7 +51,6 @@ alias sudo="sudo " alias ls='exa -a --color=always' alias ll="exa -a --header --long --git --time-style=long-iso --group" abbrev-alias x="clear; ls" -abbrev-alias c="clear" abbrev-alias t="ls --tree" # vim / nvim @@ -75,15 +74,6 @@ alias rbg='feh --no-fehbg --bg-fill $(shuf -n1 -e ~/bgs/*)' abbrev-alias cb="cargo build" abbrev-alias cbr="cargo build --release" -# todos... (changed to a~ so it doesn't clash with orgd binaries) -abbrev-alias atd="mkwr td/todos" -abbrev-alias atdcmp="mkwr td/todos-cmp" -abbrev-alias atdntd="mkwr td/todos-ntd" - -abbrev-alias cld="mkwr cld/calendar" -abbrev-alias cldcmp="mkwr cld/calendar-cmp" -abbrev-alias cldrec="mkwr cld/calendar-recurring" - # other abbrev-alias r="newsboat" |