3/2026
This commit is contained in:
@@ -36,11 +36,12 @@ alias docker-compose='docker compose'
|
||||
alias ranger='source ranger'
|
||||
alias dps='docker container ls --format "table {{.ID}}\t{{.Names}}\t{{.Ports}}" -a'
|
||||
alias sr='source .venv/bin/activate'
|
||||
alias git-push='git remote | xargs -n1 git push'
|
||||
alias ncdu='ncdu --color dark'
|
||||
alias git-push='git remote | xargs -n1 git push'
|
||||
alias gc='git clone --depth=1'
|
||||
|
||||
### Plugins ###
|
||||
plugins=(git zsh-autosuggestions python virtualenv fzf)
|
||||
plugins=(zsh-autosuggestions python virtualenv fzf)
|
||||
|
||||
function cd {
|
||||
builtin cd "$@" && ls -F
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
wallpaper {
|
||||
monitor = DP-1
|
||||
path = /home/mahalo/photos/G9XY1wDWIAAXM9s.jpg
|
||||
path = /home/mahalo/photos/art7_adeptasororitas-nov14-5-ude5rm3tkl.jpg
|
||||
fit_mode = cover
|
||||
}
|
||||
|
||||
|
||||
@@ -33,6 +33,7 @@ application/x-extension-xht=firefox.desktop
|
||||
text/x-makefile=org.gnome.TextEditor.desktop
|
||||
application/x-tiled-tsx=org.gnome.TextEditor.desktop
|
||||
text/x-c++src=org.gnome.TextEditor.desktop
|
||||
application/x-bat=org.gnome.TextEditor.desktop
|
||||
|
||||
[Added Associations]
|
||||
image/svg+xml=org.gnome.Loupe.desktop;
|
||||
@@ -57,3 +58,4 @@ application/x-extension-xht=firefox.desktop;
|
||||
text/x-makefile=org.gnome.TextEditor.desktop;
|
||||
application/x-tiled-tsx=org.gnome.TextEditor.desktop;
|
||||
text/x-c++src=org.gnome.TextEditor.desktop;
|
||||
application/x-bat=org.gnome.TextEditor.desktop;
|
||||
|
||||
Reference in New Issue
Block a user