Better use of which-command and a clip func

Ten commit jest zawarty w:
Gal Szkolnik 2022-06-29 01:24:41 -04:00
rodzic 41ca116a70
commit 70aa423d53
2 zmienionych plików z 6 dodań i 2 usunięć

Wyświetl plik

@ -10,3 +10,7 @@ alias lessr="less --raw-control-chars "
alias sz-edshrc="ed ~/.sz.shrc.d ; exec $SHELL"
[[ -z "$(env inkscape 2> /dev/null)" && -n "$(flatpak info org.inkscape.Inkscape 2> /dev/null)" ]] && alias inkscape="flatpak run org.inkscape.Inkscape "
function clip() {
xclip -i -sel clipboard
}