kitty font update
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
alias ka="killall" \
|
||||
p="sudo pacman" \
|
||||
s="sudo systemctl" \
|
||||
su="systemctl --user" \
|
||||
ss="sudo systemctl start" \
|
||||
f="nnn" \
|
||||
g="git" \
|
||||
@@ -11,8 +12,7 @@ alias ka="killall" \
|
||||
reflect="sudo reflector --country Netherlands --sort rate --age 12 --save /etc/pacman.d/mirrorlist" \
|
||||
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" \
|
||||
yta="yt-dlp -x -f bestaudio/best" \
|
||||
vim="nvim" \
|
||||
cfg="$EDITOR ~/.config/hypr/hyprland.conf" \
|
||||
ssh="kitty +kitten ssh" \
|
||||
@@ -20,7 +20,9 @@ alias ka="killall" \
|
||||
sw="swallow" \
|
||||
swz="swallow zathura" \
|
||||
pls="sudo" \
|
||||
o="fzf | sw xdg-open"
|
||||
o="fzf | sw xdg-open" \
|
||||
gif="gifski -Q 60 --output -" \
|
||||
duf="du -sh -- */ | sort -rh"
|
||||
|
||||
se() { du -a ~/.scripts/* ~/.config/* | awk '{print $2}' | fzf | xargs -r $EDITOR ;}
|
||||
vf() { fzf | xargs -r -I % $EDITOR % ;}
|
||||
|
||||
Reference in New Issue
Block a user