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