Fix C alias

This commit is contained in:
Daniel Flanagan 2020-12-11 10:52:23 -06:00
parent faf1f0f7f3
commit a69d307695
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ function pp
end
end
alias p "ping 8.8.8.8"
alias C "clear && clear" # TODO: this should clear a tmux pane's scrollback/logs
alias C "clear && tmux clear-history"
alias l "nnn"
alias sctl "sudo systemctl"
alias sctlu "systemctl --user"