From 1a56f45d1739c615016f64799d2f67bc7c991525 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Sun, 22 Oct 2017 00:00:02 +0100 Subject: [PATCH] Adding new stuff --- .bash_aliases | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bash_aliases b/.bash_aliases index 23c2446..f23af16 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -152,3 +152,5 @@ alias dsjtw="docker swarm join-token worker" alias noip6="sudo sh -c 'echo 1 > /proc/sys/net/ipv6/conf/wlp2s0/disable_ipv6'" alias yesip6="sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/wlp2s0/disable_ipv6'" alias dd="dd status=progress" +alias omg2="killall plasmashell; plasmashell > /dev/null 2>&1 & disown" +alias aliases="vim /home/viktor/.bash_aliases && source /home/viktor/.bash_aliases"