mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -08:00
organize python aliases
This commit is contained in:
parent
1204448171
commit
4e895aca79
1 changed files with 2 additions and 4 deletions
|
@ -142,6 +142,7 @@ welp=(
|
|||
)
|
||||
|
||||
# being specific
|
||||
[ -e "$HOME/python3" ] && alias py="~/python3" || alias py="python3"
|
||||
alias pip="sudo -H pip3"
|
||||
alias irc='screeny "$USER" irc irssi'
|
||||
alias crawl='screeny "$USER" crawl ssh crawl@crawl.develz.org -i ~/.ssh/crawl'
|
||||
|
@ -153,6 +154,7 @@ alias meow='( cd ~/play/meow; ~/sh/meow.sh/run -pa )'
|
|||
alias get="git clone --single-branch --depth 1"
|
||||
alias aligntabs="column -t -s$'\t'"
|
||||
alias gc="git column --mode=dense --padding=2"
|
||||
alias pippy="py -m pip install --upgrade --upgrade-strategy only-if-needed"
|
||||
|
||||
ll() {
|
||||
{ lr -1lshGG -o tev -t 'name~~".*"||type==d' "$@" \
|
||||
|
@ -186,10 +188,6 @@ trash() {
|
|||
dd status=none if=/dev/random bs=1 count="$1"
|
||||
}
|
||||
|
||||
# buncha crap i need to clean up:
|
||||
[ -e "$HOME/python3" ] && alias py="~/python3" || alias py="python3"
|
||||
alias pippy="py -m pip install --upgrade --upgrade-strategy only-if-needed"
|
||||
|
||||
unset cdrive
|
||||
unset ddrive
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue