Changes in: dunst,hypr,zsh,
This commit is contained in:
parent
3edcc4a8ab
commit
8b59150895
38 changed files with 418 additions and 2386 deletions
|
@ -169,6 +169,10 @@ take() {
|
|||
mkdir -p "$1" && cd "$1"
|
||||
}
|
||||
|
||||
c() {
|
||||
cd "$1" && ls
|
||||
}
|
||||
|
||||
#fastfetch
|
||||
|
||||
autoload -U +X bashcompinit && bashcompinit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue