1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-09-19 02:47:44 +02:00

Compare commits

..

No commits in common. "50b033c772afcdb296e80c6e02e45094708da221" and "875803b1fb90398cca875888b1817673dae3553a" have entirely different histories.

4 changed files with 4 additions and 6 deletions

View File

@ -185,7 +185,7 @@ fi
eval $(thefuck --alias) eval $(thefuck --alias)
# python # python
eval "$(pyenv init -)" eval "$(pyenv init - zsh)"
########################## ##########################
# COMMANDS BEFORE PROMPT # # COMMANDS BEFORE PROMPT #

View File

@ -37,7 +37,7 @@ case "$file" in
*\.js) node "$file" ;; *\.js) node "$file" ;;
*\.c) if [ -f Makefile ]; then make run; else cc "$file" -o "$base" && "$base"; fi ;; *\.c) if [ -f Makefile ]; then make run; else cc "$file" -o "$base" && "$base"; fi ;;
*\.nim) nim c -r -d:noColors "$file" ;; *\.nim) nim c -r -d:noColors "$file" ;;
*\.py) python3 "$file" ;; *\.py) python "$file" ;;
*\.go) go run "$file" ;; *\.go) go run "$file" ;;
*\.lua) lua "$file" ;; *\.lua) lua "$file" ;;
*\.sent) setsid sent "$file" 2>/dev/null & ;; *\.sent) setsid sent "$file" 2>/dev/null & ;;

View File

@ -7,8 +7,7 @@ device=${CAPTURE_DEVICE:-cpu}
fps=60 fps=60
format="mp4" format="mp4"
v_codec="hevc" v_codec="h264"
# v_codec="h264"
a_codec="opus" a_codec="opus"
lenght=20 lenght=20

View File

@ -7,8 +7,7 @@ device=${CAPTURE_DEVICE:-cpu}
fps=60 fps=60
format="mp4" format="mp4"
v_codec="hevc" v_codec="h264"
# v_codec="h264"
a_codec="aac" a_codec="aac"
output="$output/recording-$(date '+%Y-%m-%d_%H-%M-%S').$format" output="$output/recording-$(date '+%Y-%m-%d_%H-%M-%S').$format"