Compare commits

..

No commits in common. "4c92898caefd8f05684edb81c15335f89f4c7ff5" and "243bc90a5e35be53cc17e9fe6881c033b613ea8d" have entirely different histories.

View file

@ -81,9 +81,10 @@ alias rm='rm -i'
alias cp='cp -i'
alias mv='mv -i'
# alias update-grub='sudo grub-mkconfig -o /boot/grub/grub.cfg'
alias firefox='GTK_USE_PORTAL=1 firefox'
alias wallpaper=/home/$USER/.local/bin/wallpaper
# alias update-grub='sudo grub-mkconfig -o /boot/grub/grub.cfg'
# alias firefox='GTK_USE_PORTAL=1 firefox'
alias cls="clear"
alias sshc='ssh-connect'
@ -97,8 +98,3 @@ if [ "$TERM" = "xterm-kitty" ]; then
alias ktu="kitten transfer --direction=upload"
alias kclip="kitten clipboard"
fi
if command -v lsd &> /dev/null
then
alias ls="lsd"
fi