⚡
This commit is contained in:
@@ -14,6 +14,7 @@ cd() {
|
||||
}
|
||||
|
||||
alias gitdotfiles='/usr/bin/git --git-dir="$HOME/.dotfiles/" --work-tree="$HOME"'
|
||||
complete -F _complete_alias gitdotfiles
|
||||
|
||||
alias §df='df -Th'
|
||||
|
||||
@@ -54,7 +55,10 @@ alias svn='svn --config-dir "$SVN_CONFIG_DIR"'
|
||||
echo "$ [--help]= clear or [print this text]"
|
||||
alias | grep "alias §" --color=never
|
||||
declare -F | grep 'declare -f §' --color=never
|
||||
\ls ~/.local/bin | grep -P "^§" | xargs -I{} echo '~/.local/bin/'{}
|
||||
for file in ~/.local/bin/§*; do
|
||||
[[ -f "$file" ]] && [[ -x "$file" ]] || continue
|
||||
echo "$file"
|
||||
done
|
||||
printenv | grep -e '^l' | xargs -I{} echo \${}
|
||||
}
|
||||
|
||||
@@ -105,9 +109,6 @@ JAVASCRIPT
|
||||
§speedtest() {
|
||||
curl -s https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py | python3 -
|
||||
}
|
||||
portkiller(){
|
||||
"$BASH_DOTFILES/portkiller/portkiller.sh" $*
|
||||
}
|
||||
alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo error)" "$(history|tail -n1|sed -e '\''s/^\s*[0-9]\+\s*//;s/[;&|]\s*alert$//'\'')"'
|
||||
|
||||
§cmdfu() { curl "https://www.commandlinefu.com/commands/matching/$@/$(echo -n $@ | openssl base64)/plaintext"; }
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
export OLDPWD="/home/jaandrle/Vzdálené/GitHub/Facilitator-App-Native"
|
||||
export OLDPWD="/home/jaandrle/.bash/toolchains"
|
||||
export mb='/home/jaandrle/.bash'
|
||||
export m0="/home/jaandrle/Vzdálené/GitHub/Facilitator-App-Native"
|
||||
export m0="/home/jaandrle/.bash/toolchains"
|
||||
export mg='/home/jaandrle/Vzdálené/GitHub'
|
||||
export mp='/home/jaandrle/Dokumenty/Projekty'
|
||||
export mm='/home/jaandrle/Vzdálené/GitHub/Facilitator-App-Native'
|
||||
|
||||
Submodule
+1
Submodule .bash/toolchains/stacktrace added at 007f7bb890
Submodule
+1
Submodule .bash/toolchains/vardump added at 5dac3cabd6
Reference in New Issue
Block a user