diff options
| author | Brahmajit Das <listout@listout.xyz> | 2026-02-10 22:42:20 +0000 |
|---|---|---|
| committer | Brahmajit Das <listout@listout.xyz> | 2026-02-10 22:42:20 +0000 |
| commit | 238cdfb6edf8f25ed716cfeebc6416cacaeb314e (patch) | |
| tree | a12cf02d27c53a234296b0c8175faa076c586dc5 | |
| parent | 442c62e8bcba614f278368e003357b9079376ce6 (diff) | |
| download | dots-238cdfb6edf8f25ed716cfeebc6416cacaeb314e.tar.gz | |
zsh: aliases: remove unused funtions
Signed-off-by: Brahmajit Das <listout@listout.xyz>
| -rw-r--r-- | .config/zsh/aliases.zsh | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/.config/zsh/aliases.zsh b/.config/zsh/aliases.zsh index 4257ce1..6ff75bd 100644 --- a/.config/zsh/aliases.zsh +++ b/.config/zsh/aliases.zsh @@ -35,54 +35,6 @@ elif [ -f "/usr/bin/src-hilite-lesspipe.sh" ]; then export LESSOPEN="| /usr/bin/src-hilite-lesspipe.sh %s" fi -# leio's scripts -function pu () { - diff --color=auto -u $1 $2 -} - -function prep () { - ebuild $1 prepare - ebuild $2 prepare - diff --color=auto -u $1 $2 -} - -function p () { - if [ $# -gt 1 ]; then - prep "$@" - else - diff --color=auto -u /var/db/pkg/`pwd |rev |cut -d/ -f2 |rev`/"${1%.ebuild}/$1" "$1" - fi -} - -function b2() { - if [ $# -ne 2 ]; then - echo "Wrong amount of parameters" - return - fi - - cp -v "${1}" "${2}"; - (ekeyword \~all "${2}") - ebuild "${2}" manifest; -} - -function b () { - if [ $# -ne 2 ]; then - echo "Wrong amount of parameters" - return - fi - - b2 "$@" - p "${1}" "${2}" -} - -function s () { - git log "$@" |git shortlog -e -} - -function ss () { - git log "$@" |git shortlog -e |grep -v '[Ss]tabilize' | grep -v '[Ss]table' |grep -v '[Kk]eyword ' |less -} - alias get_idf='. $HOME/esp/esp-idf/export.sh' export MENUCONFIG_STYLE=monochrome export IDF_ENABLE_CCACHE=1 |
