1
0

removes useless zsh files

This commit is contained in:
2023-11-25 19:41:56 +01:00
parent 13351f3e57
commit d835309740
2 changed files with 0 additions and 24 deletions
-22
View File
@@ -1,22 +0,0 @@
#!/bin/sh
alias ka="killall" \
p="sudo pacman" \
s="sudo systemctl" \
ss="sudo systemctl start" \
f="vifm" \
g="git" \
v="$EDITOR" \
x="sxiv -ft *" \
sdn="sudo shutdown -h now" \
reflect="sudo reflector --country Netherlands --sort rate --age 12 --save /etc/pacman.d/mirrorlist" \
ls="ls -hN --color=auto --group-directories-first" \
grep="grep --color=auto" \
diff="diff --color=auto" \
yt="youtube-dl --add-metadata -i -o '%(upload_date)s-%(title)s.%(ext)s'" \
yta="yt -x -f bestaudio/best" \
vim="nvim" \
cfg="$EDITOR .config/sway/config" \
icat="kitty +kitten icat"
se() { du -a ~/.scripts/* ~/.config/* | awk '{print $2}' | fzf | xargs -r $EDITOR ;}
vf() { fzf | xargs -r -I % $EDITOR % ;}
-2
View File
@@ -1,2 +0,0 @@
export PATH="$PATH:$(du "$HOME/.scripts/" | cut -f2 | tr '\n' ':' | sed 's/:*$//')"
[ "$(tty)" = "/dev/tty1" ] && ! pgrep -x sway >/dev/null && exec sway