mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
parent
15f48cdf05
commit
1669a6657e
3
bashrc
3
bashrc
@ -262,8 +262,9 @@ alias ..="cd .."
|
||||
# Use htop instead of top, it's better. Requires htop.
|
||||
#alias top="htop" # MKAYSIGREP # MKAYSIGREPALIAS
|
||||
|
||||
# Automaticly adds title to Youtube-dl when downloading videos with it. Requires youtube-dl.
|
||||
# Add title to youtube-dl & make yle-dl Windows-friendly
|
||||
alias youtube-dl="youtube-dl -t"
|
||||
alias yle-dl="yle-dl --vfat"
|
||||
|
||||
# git specific. This is the command which I use when git asks me to commit something and says that I have modified files, even when I haven't.
|
||||
alias gdrop="git stash && git stash drop"
|
||||
|
3
zshrc
3
zshrc
@ -194,8 +194,9 @@ alias ..="cd .."
|
||||
# Use htop instead of top, it's better. Requires htop.
|
||||
#alias top="htop" # MKAYSIGREP MKAYSIGREPALIAS
|
||||
|
||||
# Automaticly adds title to Youtube-dl when downloading videos with it. Requires youtube-dl.
|
||||
# Add title to youtube-dl & make yle-dl Windows-friendly
|
||||
alias youtube-dl="youtube-dl -t"
|
||||
alias yle-dl="yle-dl --vfat"
|
||||
|
||||
# git specific. This is the command which I use when git asks me to commit something and says that I have modified files, even when I haven't.
|
||||
alias gdrop="git stash && git stash drop"
|
||||
|
Loading…
Reference in New Issue
Block a user