AutoYADM commit: 2025-02-22 14:35:05
This commit is contained in:
parent
b2aebf864b
commit
c9f84ca990
1 changed files with 3 additions and 4 deletions
7
.zshrc
7
.zshrc
|
@ -102,16 +102,15 @@ export PATH="$PATH:/home/fic/.eget/bin"
|
||||||
export PATH="$PATH:/home/fic/.local/share/bob/nvim-bin"
|
export PATH="$PATH:/home/fic/.local/share/bob/nvim-bin"
|
||||||
export PATH="$PATH:/home/fic/.luarocks/bin"
|
export PATH="$PATH:/home/fic/.luarocks/bin"
|
||||||
export PATH="$PATH:/home/fic/.local/share/npm/bin"
|
export PATH="$PATH:/home/fic/.local/share/npm/bin"
|
||||||
export PATH="$PATH:/home/fic/.local/share/npm/bin"
|
|
||||||
fpath=(~/.zsh.d/ $fpath)
|
fpath=(~/.zsh.d/ $fpath)
|
||||||
function nh() {
|
function noh() {
|
||||||
nohup "$@" > /dev/null 2>&1 &
|
nohup "$@" > /dev/null 2>&1 &
|
||||||
}
|
}
|
||||||
function ls() {
|
function ls() {
|
||||||
eza --long --color=always --git --header --icons "$@"
|
eza --long --color=always --git --header --icons "$@"
|
||||||
}
|
}
|
||||||
function copymime() {
|
function wl-mime() {
|
||||||
wl-copy -t 'text/uri-list' <<< "file://$@"
|
wl-copy -t 'text/uri-list' <<< "file://$PWD/$@"
|
||||||
}
|
}
|
||||||
function y() {
|
function y() {
|
||||||
local tmp="$(mktemp -t "yazi-cwd.XXXXXX")" cwd
|
local tmp="$(mktemp -t "yazi-cwd.XXXXXX")" cwd
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue