diff --git a/roles/home-cli/files/profile b/roles/home-cli/files/profile index 457f23f..98a8f37 100644 --- a/roles/home-cli/files/profile +++ b/roles/home-cli/files/profile @@ -261,6 +261,7 @@ alias streamenc="openssl aes-256-cbc -pbkdf2 -in - -out - -e" alias streamdec="openssl aes-256-cbc -pbkdf2 -in - -out - -d" alias tm="tmux new-session -A" alias txt2pdf="soffice --infilter='Text (encoded):UTF8,,Berkeley Mono,en-GB' --convert-to pdf" +alias u16to8="iconv -f UTF-16 -t UTF-8" alias wgr=wordgrinder alias ytmp3="youtube-dl -q -x --audio-format=mp3" alias zlu="zypper list-updates"