summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2018-05-15 23:58:41 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2018-05-15 23:58:46 +0200
commitc476d413e5b1e655fe9453ef2382b4828476c473 (patch)
tree4cbb37bc3bb4c75e1e45833a75ae8372bbfe733c /bashrc
parent28d2a7fc5ac3ce66a94f4dcd7684eda7cf2660a7 (diff)
downloadbin-c476d413e5b1e655fe9453ef2382b4828476c473.zip
bin-c476d413e5b1e655fe9453ef2382b4828476c473.tar.gz
bashrc : use systemctl --user enable instead of this
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc6
1 files changed, 0 insertions, 6 deletions
diff --git a/bashrc b/bashrc
index 460ba16..1860b95 100644
--- a/bashrc
+++ b/bashrc
@@ -83,12 +83,6 @@ alias vim="nvim -u ~/.vimrc"
alias vimdiff="nvim -d -u ~/.vimrc"
alias fuck='eval $(thefuck $(fc -ln -1)); history -r'
-# SERVICES
-for srvc in redshift
-do
- systemctl --user start $srvc.service
-done
-
# FUNCTIONS
function lip () { # local ips
ip -c addr | sed -n '/^[1-9]:/p;/inet /p'