<div dir="ltr">I recently pushed an xs profile to github that will start fine tuning the working environment on the XSCE Now I'm thinking that I should add and collect some functions and aliases which make working with ansible playbooks and github, easier, and require fewer keystrokes.<div>
<br></div><div>So far I've thought of:</div><div>runal = runansible $1 -- runansible-playbook with verbose diagnostic ouput to $1 logfile.</div><div>gc $1 $2= git clone <a href="http://github.com/$1/xsce.git">github.com/$1/xsce.git</a> --depth=10 $2 -- for quickly getting our own testing branch down to a unit under test</div>
<div>pullum = git checkout master;git pull upstream master ( might need to test whether the first command succeeds before executing the second)</div><div>pushob = git push origin $1(branch)</div><div><br></div><div>The following aliases are currently available - though not collected into one place in the profile</div>
<div>sr = systemctl restart $1</div><div>st = systemctl status $1</div><div>vlm = less /var/log/messages</div><div>du1 = du --max-depth=1 .</div><div>psg = ps -e|grep $1</div><div><br></div><div>I'm willing to collect everyone's ideas, test them, and update the system profile.</div>
<div><br></div><div>Send me your suggestions.</div></div>