diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-02-20 03:26:19 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-02-20 03:26:19 +0900 |
| commit | 5ed1dca4b73fa9ebfa3f0b03e0ee5ccc2de82e73 (patch) | |
| tree | b70abddb43105ad8e89d3b37402eb704d7156fd4 /ar/.config/shell | |
| parent | 3596b24f3e86d0db1ae9813062a33a4c0c235973 (diff) | |
modified ncmpcpp/config, modified shell/aliasrc, modified Music/.music.txt
Diffstat (limited to 'ar/.config/shell')
| -rw-r--r-- | ar/.config/shell/aliasrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ar/.config/shell/aliasrc b/ar/.config/shell/aliasrc index 3b2b693..524777c 100644 --- a/ar/.config/shell/aliasrc +++ b/ar/.config/shell/aliasrc @@ -272,6 +272,9 @@ ialias mv='mv -iv' # mysql alias msr='mysql -u si -p' +# ncmpcpp +alias mu='ncmpcpp' + # network alias wi='sudo wifi-menu' alias p1='ping 1.1.1.1' @@ -489,6 +492,7 @@ alias za='zathura' alias sps="source ${XDG_CONFIG_HOME:-${HOME}/.config}/shell/profile" alias szs="source ${XDG_CONFIG_HOME:-${HOME}/.config}/zsh/.zshrc" +# personal alias ylogh='ylog -s hidden -c us | grep $(LC_TIME=C date +%d/%b) | grep -E "[0-9]{2}:[0-9]{2}:[0-9]{2} "' alias ylogH='ylog -s hidden -c us | grep $(LC_TIME=C date -d "1 days ago" +%d/%b) | grep -E "[0-9]{2}:[0-9]{2}:[0-9]{2} "' alias ylogp='ylog -s peertube | grep $(LC_TIME=C date +%d/%b) | grep -E "[0-9]{2}:[0-9]{2}:[0-9]{2} "' |
