env stuff
This commit is contained in:
parent
b39e53ad25
commit
edd38f07c3
@ -1,14 +1,15 @@
|
||||
#!/bin/sh
|
||||
|
||||
# audio drive
|
||||
alias audio="sudo mount -L 'AUDIO' /mnt/audio"
|
||||
#alias audio="sudo mount -L 'AUDIO' /mnt/audio"
|
||||
|
||||
alias awk="nawk"
|
||||
alias cls="clear"
|
||||
alias cp="cp -iv"
|
||||
alias e="$EDITOR"
|
||||
alias ipconfig="ifconfig"
|
||||
alias ls="9 ls"
|
||||
alias man="/home/trinity/src/utilities/bin/man"
|
||||
#alias ls="9 ls"
|
||||
alias ls="ls -1A"
|
||||
|
||||
# other volumes
|
||||
mnt() {
|
||||
@ -32,15 +33,15 @@ pyenv() {
|
||||
alias sensors="watch sensors"
|
||||
|
||||
# Wacom Intuos 2
|
||||
alias taboff="xsetwacom set 'Wacom Intuos2 6x8 Pen stylus' MapToOutput LVDS-1"
|
||||
alias tabon="xsetwacom set 'Wacom Intuos2 6x8 Pen stylus' MapToOutput VGA-1"
|
||||
#alias taboff="xsetwacom set 'Wacom Intuos2 6x8 Pen stylus' MapToOutput LVDS-1"
|
||||
#alias tabon="xsetwacom set 'Wacom Intuos2 6x8 Pen stylus' MapToOutput VGA-1"
|
||||
|
||||
alias tracert="tracepath"
|
||||
alias units="units --history /dev/null"
|
||||
alias v="$VISUAL"
|
||||
alias weather="curl wttr.in/lewiston+maine?m"
|
||||
|
||||
webm() {
|
||||
ffmpeg -i $1 -c:v libvpx -b:v 1M -c:a libvorbis "$(printf "$1" | awk -F '.' '{print $1}')".webm
|
||||
ffmpeg -i $1 -c:v libvpx -b:v 1M -c:a libvorbis "$(printf "%b" "$1" | awk -F '.' '{print $1}')".webm
|
||||
}
|
||||
|
||||
alias yay="paru"
|
||||
|
@ -1,4 +1,4 @@
|
||||
BROWSER=firefox; export BROWSER
|
||||
BROWSER=firefox-developer-edition; export BROWSER
|
||||
DOOMWADDIR=/mnt/partone/misc/doomwads/; export DOOMWADDIR
|
||||
EDITOR=ed; export EDITOR
|
||||
PAGER="less"; export PAGER
|
||||
@ -6,6 +6,7 @@ PLAN9=/usr/local/plan9; export PLAN9
|
||||
PATH="$HOME/bin/:$HOME/bin/oneliners/:"$PATH":$PLAN9/bin"; export PATH
|
||||
TERMINAL="uxterm"; export TERMINAL
|
||||
UNITS_SYSTEM="si"; export UNITS_SYSTEM
|
||||
VISUAL=vi; export VISUAL
|
||||
|
||||
ENV=$HOME/.env; export ENV
|
||||
. $ENV
|
||||
|
Loading…
Reference in New Issue
Block a user