From 26d74cb5e2ad1d7fa2e3fbe56336762374cd2b4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geoffrey=20=E2=80=9CFrogeye=E2=80=9D=20Preud=27homme?= Date: Sun, 12 May 2019 16:03:20 +0200 Subject: [PATCH] T --- config/shell/commonrc | 2 +- config/shell/zshrc | 2 +- config/systemd/user/tasksync.service | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/shell/commonrc b/config/shell/commonrc index 2ec993a..fdc19d1 100644 --- a/config/shell/commonrc +++ b/config/shell/commonrc @@ -16,7 +16,7 @@ HISTFILE="$HOME/.cache/shell_history" alias cp="cp -i --reflink=auto" alias grep="grep --color=tty" alias dd='dd status=progress' -alias rm='rm -Iv --one-file-system' +alias rm='rm -v --one-file-system' alias free='free -m' alias dmesg='dmesg --ctime' alias wget='wget --hsts-file $HOME/.cache/wget-hsts' diff --git a/config/shell/zshrc b/config/shell/zshrc index 3382a09..bf274a5 100644 --- a/config/shell/zshrc +++ b/config/shell/zshrc @@ -35,7 +35,6 @@ plugin zsh-users zsh-autosuggestions plugin zsh-users zsh-history-substring-search antigen apply - # Prompt customization zmodload zsh/datetime @@ -52,6 +51,7 @@ function powerline_precmd() { __DURATION="$(($__ERT - ${__TIMER:-__ERT}))" fi + echo -en "\033]; ${USER}@${HOST} $PWD\007" # echo -en "… $\r" eval "$(powerline-go -shell zsh -eval -duration $__DURATION -error $__ERRCODE "${POWERLINE_GO_DEFAULT_OPTS[@]}")" unset __TIMER diff --git a/config/systemd/user/tasksync.service b/config/systemd/user/tasksync.service index 82db572..1401e49 100644 --- a/config/systemd/user/tasksync.service +++ b/config/systemd/user/tasksync.service @@ -4,4 +4,4 @@ Description=Taskwarrior synchronisation [Service] Type=oneshot ExecStart=/usr/bin/task sync -EnvironmentFile=-/home/geoffrey/config/task/env +EnvironmentFile=-%h/.config/task/env