modified: install/chmod.sh
modified: install/openwrt.sh modified: install/pacman.sh modified: install/tree_cpy.sh modified: usr/bin/aur modified: usr/bin/brc new file: usr/bin/idea modified: usr/bin/mountcrypt new file: usr/bin/regex_gen modified: usr/etc/pam.d/system-local-login modified: usr/etc/resolv.conf modified: usr/etc/systemd/resolved.conf modified: usr/etc/systemd/system/tcpd.service modified: usr/home/.bash_aliases modified: usr/home/.bashrc
This commit is contained in:
+11
-1
@@ -24,9 +24,19 @@ alias val="valgrind --leak-check=full --show-leak-kinds=all"
|
||||
alias mvj='rsync -aH --remove-source-files'
|
||||
alias cpj='rsync -aH'
|
||||
alias git_light="git filter-repo --strip-blobs-bigger-than 10M"
|
||||
alias src="source ~/.bashrc"
|
||||
alias s="sudo -E"
|
||||
|
||||
function src() {
|
||||
d="$PWD"; while [ "$d" != "/" ]; do
|
||||
for a in "$d/bin/activate" "$d/.*/bin/activate"; do
|
||||
[ -f $a ] && source "$a" && break 2
|
||||
done
|
||||
d=$(dirname "$d")
|
||||
done
|
||||
source $HOME/.bashrc
|
||||
}
|
||||
|
||||
|
||||
##convert mp3 to wav
|
||||
#to_wav () {
|
||||
# OUTDIR_NAME="wav_files"
|
||||
|
||||
Reference in New Issue
Block a user