This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# upgrade system | |
alias upgrade='apt update; apt upgrade -y; apt dist-upgrade -y' | |
# recursive git pull | |
alias git-pull-all='find $(git rev-parse --show-toplevel 2> /dev/null) -name .git -type d -execdir git pull -v ";"' | |
# group directories first on files list | |
alias ll='ls --color -lh --group-directories-first' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://ubuntuforums.org/showthread.php?t=2208222 | |
xmodmap -e 'add mod3 = Scroll_Lock' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://docs.travis-ci.com/user/deployment/releases/ | |
travis setup releases |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function(){ | |
"use strict"; | |
var tableSelector = '.ocenyZwykle-table'; | |
var tableHeaderSelector = tableSelector + ' > thead > tr'; | |
var subjetsSelector = 'tbody tr'; | |
var ratingsSelector = 'td.break-word span'; | |
var summaryContainerClass = 'whole-avarage'; | |
(function(){ |
NewerOlder