Update fish config
This commit is contained in:
parent
4160bd4027
commit
05b641ce09
|
@ -25,6 +25,7 @@ set -Ux PIP_USER no
|
||||||
|
|
||||||
alias cat bat
|
alias cat bat
|
||||||
alias code codium
|
alias code codium
|
||||||
|
alias hx helix
|
||||||
alias df duf
|
alias df duf
|
||||||
alias ls 'exa -lFhT --group-directories-first --level 1'
|
alias ls 'exa -lFhT --group-directories-first --level 1'
|
||||||
alias py python3
|
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])
|
ssh $argv[2] (string join '' "sudo mv /tmp/" (basename $argv[1]) " /proc/" $pid "/root/" $argv[4])
|
||||||
end
|
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"
|
# if test -n "$DESKTOP_SESSION"
|
||||||
# set -x (gnome-keyring-daemon --start --components=secrets | string split "=")
|
# set -x (gnome-keyring-daemon --start --components=secrets | string split "=")
|
||||||
# end
|
# end
|
||||||
|
|
Loading…
Reference in New Issue