1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-22 23:12:32 +01:00

added paste aliasé

This commit is contained in:
eoli3n 2020-11-16 00:12:33 +01:00
parent d565fba44e
commit f9c9d9c4d7

@ -0,0 +1,4 @@
# Defined in - @ line 1
function paste --description 'alias paste'
wl-paste -p;
end