Change summary
dot_config/starship.toml | 4 ++--
private_dot_zshrc.tmpl | 9 +++++++--
2 files changed, 9 insertions(+), 4 deletions(-)
Detailed changes
@@ -12,7 +12,7 @@ success_symbol = "[❯](bold green)"
error_symbol = "[✗](bold red)"
[cmd_duration]
-show_notifications = true
+show_notifications = false
[directory]
fish_style_pwd_dir_length = 3
@@ -34,7 +34,7 @@ format = "on [$hostname]($style) "
[time]
format = "at [$time](dimmed cyan)"
-disabled = true
+disabled = false
[username]
format = "[$user]($style) "
@@ -75,7 +75,7 @@ export ANDROID_HOME="$HOME/SDKs/Android"
export PATH="$PATH:$ANDROID_HOME/cmdline-tools/tools/bin:$ANDROID_HOME/platform-tools:$ANDROID_HOME/emulator"
export PATH="$PATH:$HOME/.gem/ruby/2.7.0/bin"
export PATH="$PATH:$HOME/.gem/ruby/3.0.0/bin"
-export PATH="$PATH:$HOME/go/bin"
+export PATH="$PATH:$HOME/.go/bin"
export PATH="{{ .chezmoi.homeDir }}/perl5/bin${PATH:+:${PATH}}"; export PATH;
export PERL5LIB="{{ .chezmoi.homeDir }}/perl5/lib/perl5${PERL5LIB:+:${PERL5LIB}}"; export PERL5LIB;
export PERL_LOCAL_LIB_ROOT="{{ .chezmoi.homeDir }}/perl5${PERL_LOCAL_LIB_ROOT:+:${PERL_LOCAL_LIB_ROOT}}"; export PERL_LOCAL_LIB_ROOT;
@@ -90,6 +90,7 @@ export _JAVA_AWT_WM_NONREPARENTING=1
export MANPAGER="nvim +Man!"
export COLUMNS=80
export MANWIDTH=80
+export GOPATH="$HOME/.go"
CASE_SENSITIVE="false"
@@ -106,6 +107,10 @@ compctl -g '~/.teamocil/*(:t:r)' teamocil
# Integrate z - jump around
source /usr/share/z/z.sh
+# Integrate FZF
+source /usr/share/fzf/key-bindings.zsh
+source /usr/share/fzf/completion.zsh
+
# Ranger conf
export RANGER_LOAD_DEFAULT_RC=false
@@ -123,7 +128,7 @@ alias yt="ranger ~/Videos/YouTube"
alias pass='str="$(pwgen -s 25 1)" && echo "$str" && echo -n "$str" | xclip -selection clipboard'
alias secluded="cd ~/repos/sites/secluded/ && hugo --cleanDestinationDir && rsync -avmzz public/ hel1:/var/www/secluded/"
alias erase="shred -vzfun 32"
-alias dl="youtube-dl -f bestvideo+bestaudio --write-sub --write-auto-sub --sub-lang en --sub-format srt/best --convert-subs srt --embed-subs -o '%(upload_date)s %(title)s.%(ext)s'"
+alias dl="yt-dlp -f bestvideo+bestaudio --write-sub --write-auto-sub --sub-lang en --sub-format srt/best --convert-subs srt --embed-subs -o '%(upload_date)s %(title)s.%(ext)s'"
alias us="unsilence -t 15 -as 1.25"
alias roll="roll -v"
alias sxiv="sxiv -p"