diff options
-rw-r--r-- | alias | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -174,7 +174,7 @@ alias x='xdg-open' | |||
174 | alias f='free -h' | 174 | alias f='free -h' |
175 | alias yl='youtube-dl' | 175 | alias yl='youtube-dl' |
176 | alias yla='youtube-dl -x --audio-format mp3' | 176 | alias yla='youtube-dl -x --audio-format mp3' |
177 | alias raw='echo "https://raw.githubusercontent.com"' | 177 | alias raw='echo "https://raw.githubusercontent.com" | xsel -ib && xsel -ob' |
178 | alias editor='select-editor' | 178 | alias editor='select-editor' |
179 | alias hp='http-prompt' | 179 | alias hp='http-prompt' |
180 | alias clocg='cloc --vcs=git' | 180 | alias clocg='cloc --vcs=git' |