From bef81b1b4dd81f9a92baf17365595fd3c412aed2 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Mon, 2 Oct 2017 00:00:02 +0100 Subject: [PATCH] Adding new stuff --- .bash_aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash_aliases b/.bash_aliases index 0d3ab57..317b24c 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -27,7 +27,7 @@ alias muzika="xdg-open /home/viktor/Documents/Music/njoy.m3u" alias randomstr="tr -dc a-z1-4 50' | tr 3-4 ' ' | sed 's/^ *//' | cat -s | sed 's/ / /g' |fmt" alias battery="upower -i /org/freedesktop/UPower/devices/battery_BAT0 | grep -E 'time to empty|state|to\ full|percentage'" alias svali_papka=download_github_folder -alias omg="service NetworkManager restart" +alias omg="sudo service NetworkManager restart" alias zsh_fix="mv ~/.zsh_history ~/.zsh_history_bad; strings ~/.zsh_history_bad > ~/.zsh_history;fc -R ~/.zsh_history; rm ~/.zsh_history_bad" alias whatismyip="curl ifconfig.co"