Compare commits

..

No commits in common. "050559d5b98fe1e4651ba09d9d9331edf98d97a3" and "25be6d61a19c1a00d61de6ba83a9db4fabe13250" have entirely different histories.

6 changed files with 4 additions and 20 deletions

7
bashrc
View File

@ -36,8 +36,6 @@ export PATH="$SCRIPT_PATH/:$PATH"
export PATH="$DEV_OPT_PATH/script.download/:$PATH"
export PATH="$DEV_OPT_PATH/built/:$PATH"
export PATH="$DEV_OPT_PATH/bin/:$PATH"
export PATH="$OPT_PATH/bin/:$PATH"
export PATH="$OPT_PATH/built/:$PATH"
export PATH="/usr/sbin:$PATH"
export PATH="/opt/dmenu_path:$PATH"
@ -81,6 +79,7 @@ alias ..="cd .."
alias ...="cd ../.."
alias ....="cd ../../.."
alias send-nude="pqiv --fullscreen -ti ~/pictures/nude.jpeg"
alias libresprite="~/documents/libresprite.AppImage 1>/dev/null &"
alias lsa="ls -a"
alias lsA="ls -A"
alias lsl="ls -l"
@ -143,10 +142,6 @@ alias unity="/home/cptbb/Unity-2023.2.8f1/Editor/Unity"
alias qr-network="nmcli device wifi show-password"
alias cal="ccal -e --noc"
alias calendar="calcurse"
alias dicker="docker"
alias hexdump="hexdump --canonical"
alias p3="python3"
alias shrek="firefox https://www.youtube.com/watch?v=_S7WEVLbQ-Y"
# alias avec parametre
emoji(){ grep -i $1 $OPT_PATH/emoji; }

View File

@ -1,3 +0,0 @@
#!/bin/bash
man $(man -k . | cut -d' ' -f1-2 | dmenu | sed "s/(\|)//g" | tr ' ' '\n' | tac | tr '\n' ' ')

View File

@ -36,8 +36,4 @@ sad monkey
small brain monkey
fraude historique
s1j
hassoul
hassoulesque
kebabiste
hassoulah

6
muz
View File

@ -1,7 +1,3 @@
#!/bin/bash
muz_path=$OPT_PATH/music
muz=$(echo -e ".\n$(ls $muz_path)" | dmenu)
echo "$muz"
mpv --player-operation-mode=pseudo-gui --shuffle $muz_path/$muz 2>/dev/null &
mpv --player-operation-mode=pseudo-gui --shuffle $OPT_PATH/music 2>/dev/null &

View File

@ -1,3 +1,3 @@
#!/bin/bash
man -k . | shuf -n 1 | cut -f1-2 -d' ' | xargs man 2>/dev/null
man -k . | shuf -n 1 | cut -f1-2 -d' ' | tr ' ' '\0' | xargs man 2>/dev/null

View File

@ -3,7 +3,7 @@
to_ssid=$(nmcli device wifi list | awk '{print $2}' | sed -e "/--/d" | sed "/BSSID/d" | dmenu -l 10)
#to_ssid=$(cat ~/wifi | awk '{print $2}' | sed -e "/--/d" | sed "/BSSID/d" | dmenu -i -l 10)
need_pass=$(echo -e "NO\nYES" | dmenu -i -p "need password?")
need_pass=$(echo -e "YES\nNO" | dmenu -i -p "need password?")
if [[ $need_pass == "NO" ]]; then
nmcli device wifi connect $to_ssid