1
0

add fish alias for ls with abs path

removed copyq variable and lock files
This commit is contained in:
2026-05-24 14:50:09 +02:00
parent 8ce096dc76
commit 53c5a26339
3 changed files with 1 additions and 11 deletions
+1
View File
@@ -18,6 +18,7 @@ alias pyt-dlp='yt-dlp --config-locations ~/.config/yt-dlp/prt.txt'
alias py='python3'
alias ip='ip --color'
alias mktmp='cd "$(mktemp -d)" && chown forust:forust .'
alias lspwd='ls -d $PWD/*'
alias tmpcode='cd "$(mktemp -d)" && chown forust:forust . && $VISUAL . && exit'
alias utctime='date +"%Y-%m-%dT%H:%M:%S%z"'