Update fish config

This commit is contained in:
Agatha Lovelace 2023-01-25 19:17:21 +01:00
parent 4160bd4027
commit 05b641ce09
Signed by: sorceress
GPG Key ID: 01D0B3AB10CED4F8
1 changed files with 5 additions and 0 deletions

View File

@ -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