diff --git a/.config/fish/config.fish b/.config/fish/config.fish index f652931..08b269e 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -25,6 +25,7 @@ set -Ux PIP_USER no alias cat bat alias code codium +alias hx helix alias df duf alias ls 'exa -lFhT --group-directories-first --level 1' alias py python3 @@ -59,6 +60,10 @@ function scp-lxc ssh $argv[2] (string join '' "sudo mv /tmp/" (basename $argv[1]) " /proc/" $pid "/root/" $argv[4]) end +function impostor + echo $argv[1] | string sub -s 13 | fold -w1 | shuf | tr -d '\n' | sed 's/^/cccccbeujtje/' +end + # if test -n "$DESKTOP_SESSION" # set -x (gnome-keyring-daemon --start --components=secrets | string split "=") # end