Bashrc
This commit is contained in:
parent
2195bedaa9
commit
7c2ee8a4c9
2 changed files with 21 additions and 1 deletions
20
bash/.bashrc
Normal file
20
bash/.bashrc
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
# Begin ~/.bashrc
|
||||||
|
# Written for Beyond Linux From Scratch
|
||||||
|
# by James Robertson <jameswrobertson@earthlink.net>
|
||||||
|
|
||||||
|
# Personal aliases and functions.
|
||||||
|
|
||||||
|
# Personal environment variables and startup programs should go in
|
||||||
|
# ~/.bash_profile. System wide environment variables and startup
|
||||||
|
# programs are in /etc/profile. System wide aliases and functions are
|
||||||
|
# in /etc/bashrc.
|
||||||
|
|
||||||
|
if [ -f "/etc/bashrc" ] ; then
|
||||||
|
source /etc/bashrc
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Set up user specific i18n variables
|
||||||
|
#export LANG=<ll>_<CC>.<charmap><@modifiers>
|
||||||
|
alias mpv-yt=mpv --ytdl-format="bestvideo[ext=mp4][height<=?1080]+bestaudio[ext=m4a]"
|
||||||
|
|
||||||
|
# End ~/.bashrc
|
||||||
|
|
@ -2,7 +2,7 @@ general {
|
||||||
lock_cmd = qs ipc call lock lock
|
lock_cmd = qs ipc call lock lock
|
||||||
before_sleep_cmd = loginctl lock-session
|
before_sleep_cmd = loginctl lock-session
|
||||||
ignore_dbus_inhibit = true
|
ignore_dbus_inhibit = true
|
||||||
ignore_systemd_inhibit = true
|
ignore_systemd_inhibit = false
|
||||||
}
|
}
|
||||||
|
|
||||||
listener {
|
listener {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue