diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-12-03 13:00:00 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-12-03 20:22:37 +0800 |
commit | baca4283380988bb7800e5d6e24dda439069979f (patch) | |
tree | 2f018e6688ac159f1cbb85fbbc264dd00df2cc91 /alias | |
parent | d1b57c1d68fa60a4a67c208f29b739ef0f20d5c5 (diff) |
Update
Diffstat (limited to 'alias')
-rw-r--r-- | alias | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -178,7 +178,7 @@ file.size() { | |||
178 | # }}} | 178 | # }}} |
179 | # TTY {{{ | 179 | # TTY {{{ |
180 | alias tma='tmux a' | 180 | alias tma='tmux a' |
181 | alias tmux.config="$EDITOR ~/.tmux.conf" | 181 | alias tmux.conf="$EDITOR ~/.tmux.conf" |
182 | alias terminal.color='printf "\e[%dm%d dark\e[0m \e[%d;1m%d bold\e[0m\n" {30..37}{,,,}' | 182 | alias terminal.color='printf "\e[%dm%d dark\e[0m \e[%d;1m%d bold\e[0m\n" {30..37}{,,,}' |
183 | # }}} | 183 | # }}} |
184 | # NETWORK {{{ | 184 | # NETWORK {{{ |