Compare commits

..

No commits in common. "b1d63d0e674a7714bf4818c97f66b8d42ca8f81b" and "38d44f03d35e132e2d9aab0945c613800c4e51a4" have entirely different histories.

3 changed files with 1 additions and 7 deletions

View File

@ -1,6 +1,4 @@
#!/bin/bash -efu #!/bin/bash -efu
# based on https://github.com/legionus/pinentry-bash/blob/master/pinentry-bash
### This file is covered by the GNU General Public License, ### This file is covered by the GNU General Public License,
### which should be included with libshell as the file LICENSE. ### which should be included with libshell as the file LICENSE.
### All copyright information are listed in the COPYING. ### All copyright information are listed in the COPYING.

View File

@ -2,8 +2,6 @@
[[ $- != *i* ]] && return [[ $- != *i* ]] && return
shopt -s autocd
stty intr ^K stty intr ^K
alias ssh='wssh' alias ssh='wssh'
@ -15,8 +13,6 @@ alias node='NODE_NO_READLINE=1 rlwrap node'
export EDITOR=vim export EDITOR=vim
eval "$(fzf --bash)"
PS0+='\e]133;C\e\\' PS0+='\e]133;C\e\\'
command_done() { command_done() {
printf '\e]133;D\e\\' printf '\e]133;D\e\\'

View File

@ -48,7 +48,7 @@ mkdir -p "${USER_DIRS[@]}"
########## scripts ############# ########## scripts #############
cp -rf bin/* ~/.local/bin cp -rf bin/* ~/.local/bin
LN_EXCLUDE_DIRS=(i3blocks bemenu sway fzf) LN_EXCLUDE_DIRS=(i3blocks bemenu sway)
ln_exclude_dirs_cmp=" ${LN_EXCLUDE_DIRS[*]} " ln_exclude_dirs_cmp=" ${LN_EXCLUDE_DIRS[*]} "
for sdir in bin/*; do for sdir in bin/*; do