diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-07-01 17:38:09 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-07-01 17:38:09 +0900 |
| commit | 0de40801c32b6d4f910aa84e02fee4a5054d2f08 (patch) | |
| tree | f16fbb9b5ecceb966068dadda2370f8f50170c99 /ar/.config/zsh | |
| parent | 21010d179f3a7d1a18f1b70c35db5425929c1766 (diff) | |
modified qutebrowser/config.py, modified userscripts/tab-manager, modified zsh/scripts.zsh, created userscripts/substiqute, created userscripts/usage.txt
Diffstat (limited to 'ar/.config/zsh')
| -rw-r--r-- | ar/.config/zsh/scripts.zsh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ar/.config/zsh/scripts.zsh b/ar/.config/zsh/scripts.zsh index 81ab402..015a845 100644 --- a/ar/.config/zsh/scripts.zsh +++ b/ar/.config/zsh/scripts.zsh @@ -60,7 +60,7 @@ alias pcol=print_col function print_col() { awk 'BEGIN{ s="/\\/\\/\\/\\/\\"; s=s s s s s s s s; -function for (colnum = 0; colnum<77; colnum++) { +for (colnum = 0; colnum<77; colnum++) { r = 255-(colnum*255/76); g = (colnum*510/76); b = (colnum*255/76); @@ -72,6 +72,9 @@ function for (colnum = 0; colnum<77; colnum++) { printf "\n"; }' } +function colors() { + curl -s https://gist.githubusercontent.com/HaleTom/89ffe32783f89f403bba96bd7bcd1263/raw/ | zsh +} ########################################################################################### |
