diff options
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 {{{ |