summaryrefslogtreecommitdiff
path: root/.bashrc
blob: 07c376a2aefcda5253589fd35e0b0414c186b2d1 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
# ~/.bashrc
#

# If not running interactively, don't do anything
[[ $- != *i* ]] && return

alias ls='ls --color=auto'
alias nano='/usr/bin/nano -T 4 -l -m -E'
alias nanot="/usr/bin/nano -T 4 -l -m"
alias ctime="date \"+%d/%m/%Y %H:%M\""
alias m="mpv --vo=gpu --hwdec=nvdec --ao=pulse --volume=50 --ytdl-format='best[height<=360]'"
alias m2="mpv --vo=gpu --hwdec=nvdec --ao=pulse --volume=50 --ytdl-format='best[height<=480]'"
alias m3="mpv --vo=gpu --hwdec=nvdec --ao=pulse --volume=50 --ytdl-format='best[height<=720]'"
alias mh="mpv --vo=gpu --hwdec=nvdec --ao=pulse --volume=50 --ytdl-format='best[height<=1080]'"
alias mpvm"=mpv --vo=gpu --hwdec=nvdec --ao=pulse --volume=50"
alias lf="youtube-dl -F"
PS1='\u@\H:\W\$ '
PATH="$PATH:/otherfiles/buildbins/icewm/bin:/otherfiles/waterfox:/otherfiles/buildbins:/otherfiles/serverbins/subversion/bin:/otherfiles/buildbins/blackbox/bin"