AutoYADM commit: 2025-01-07 16:55:03
This commit is contained in:
parent
6b226d56c9
commit
78f6078057
1 changed files with 3 additions and 1 deletions
4
.zshrc
4
.zshrc
|
@ -26,7 +26,6 @@ source ~/.config/zsh/fzf.zsh
|
||||||
# Not working for some reason...
|
# Not working for some reason...
|
||||||
# source ~/.config/zsh/fzf-git.sh
|
# source ~/.config/zsh/fzf-git.sh
|
||||||
|
|
||||||
alias gitfetch="onefetch"
|
|
||||||
|
|
||||||
# alias ls="eza -lh --git"
|
# alias ls="eza -lh --git"
|
||||||
# alias ls="eza --long --color=always --git --header --icons --no-user"
|
# alias ls="eza --long --color=always --git --header --icons --no-user"
|
||||||
|
@ -78,6 +77,9 @@ export PATH="$PATH:/home/fic/.local/bin:/home/fic/.cargo/bin:/home/fic/go/bin"
|
||||||
export PATH="$PATH:/home/fic/.local/share/bob/nvim-bin"
|
export PATH="$PATH:/home/fic/.local/share/bob/nvim-bin"
|
||||||
fpath=(~/.zsh.d/ $fpath)
|
fpath=(~/.zsh.d/ $fpath)
|
||||||
unalias ls
|
unalias ls
|
||||||
|
function nh() {
|
||||||
|
nohup "$@" > /dev/null 2>&1 &
|
||||||
|
}
|
||||||
function ls() {
|
function ls() {
|
||||||
eza --long --color=always --git --header --icons "$@"
|
eza --long --color=always --git --header --icons "$@"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue