From 51d951f7e5ad18d6225ad2d817ba676536fc8c34 Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Fri, 8 Mar 2024 15:49:00 +0100 Subject: [PATCH] Update home/.zim/modules/jl-helper/init.zsh --- home/dot_zim/modules/jl-helper/init.zsh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/home/dot_zim/modules/jl-helper/init.zsh b/home/dot_zim/modules/jl-helper/init.zsh index 58805b7..7d5cbcc 100644 --- a/home/dot_zim/modules/jl-helper/init.zsh +++ b/home/dot_zim/modules/jl-helper/init.zsh @@ -37,9 +37,9 @@ alias pips='pip_search' # pip search tool alias rs='rsync -Pavzl' # rsync shortcut alias t='tmux' # tmux alias ta='t a -t' # tmux attach to a session -alias tls='t ls' # tmux list sessions +alias tl='t ls' # tmux list sessions alias tn='t n -t' # tmux new session -alias tvs='transcode-video --scan' # +alias vs='transcode-video --scan' # alias xcolor='xcolor | xclip -i' # xcolor alias yd='yt-dlp' # yt-dlp best download @@ -48,9 +48,9 @@ alias yd='yt-dlp' # yt-dlp best download # Shortcuts # -hash -d crs="${HOME}/Cours" # cours +hash -d crs="${HOME}/Documents/cours" # cours hash -d doc="${HOME}/Documents" # documents -hash -d dot="${HOME}/dotfiles" # dotfiles +hash -d dot="$(chezmoi source-path)" # dotfiles #