refactor(aliases): убрать копии алиасов

* Удаляет копии алиасов для `feh`, `ycal` и `ncdu`.
This commit is contained in:
2026-04-11 14:23:41 +03:00
parent 48c3fa38cc
commit ef8685b3bb

View File

@@ -54,9 +54,6 @@ if command -v yt-dlp > /dev/null 2>&1; then
alias youtube-dl="yt-dlp"
fi
# feh
command -v feh > /dev/null 2>&1 && alias feh="feh --cache-size 256 --version-sort --sort filename --image-bg black"
# Замена шрифта у заголовка окна в i3 при использовании ssh или mosh
if [ -n "${DISPLAY+set}" ] ; then
if command -v i3-msg >/dev/null 2>&1 ; then
@@ -82,11 +79,6 @@ alias gur="git pull --recurse-submodules"
alias gsui="git submodule update --recursive --init"
alias gsur="git submodule update --recursive --init --remote"
alias ycal="ncal $(date +%Y)"
# gdu вместо ncdu
command -v gdu > /dev/null 2>&1 && alias ncdu=gdu
# Фильтры (H,T,G,L определены в common-aliases)
alias -g N1='1>/dev/null'
alias -g N2='2>/dev/null'