Reinstate wrongly removed command
This commit is contained in:
parent
b4b693a81c
commit
846a3f8e10
1 changed files with 8 additions and 0 deletions
|
@ -34,3 +34,11 @@ cdls(){
|
||||||
alias rp="killall plank && nohup plank &"
|
alias rp="killall plank && nohup plank &"
|
||||||
alias rck="killall conky && nohup conky &"
|
alias rck="killall conky && nohup conky &"
|
||||||
alias rsw="nmcli radio wifi off && nmcli radio wifi on"
|
alias rsw="nmcli radio wifi off && nmcli radio wifi on"
|
||||||
|
|
||||||
|
gitwho(){
|
||||||
|
if [ -d .git ]; then
|
||||||
|
echo $(git config user.name);
|
||||||
|
else
|
||||||
|
git rev-parse --git-dir 2> /dev/null;
|
||||||
|
fi;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue