Compare commits
2 commits
ef12bdf220
...
94b9c83508
Author | SHA1 | Date | |
---|---|---|---|
94b9c83508 | |||
b1b1a4ad2c |
2 changed files with 6 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
[global]
|
[global]
|
||||||
target = "~/bin"
|
target = "~/bin/"
|
||||||
asset_filters = "^musl"
|
asset_filters = ["^musl"]
|
||||||
|
|
||||||
["ellie/atuin"]
|
["ellie/atuin"]
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ file = "btm"
|
||||||
|
|
||||||
["cli/cli"]
|
["cli/cli"]
|
||||||
asset_filters = ["linux_amd64.tar.gz"]
|
asset_filters = ["linux_amd64.tar.gz"]
|
||||||
target = "gh"
|
target = "~/bin/gh"
|
||||||
|
|
||||||
["dandavison/delta"]
|
["dandavison/delta"]
|
||||||
asset_filters = ["x86_64-unknown-linux-gnu"]
|
asset_filters = ["x86_64-unknown-linux-gnu"]
|
||||||
|
@ -28,7 +28,8 @@ asset_filters = ["x86_64-unknown-linux-gnu"]
|
||||||
["junegunn/fzf"]
|
["junegunn/fzf"]
|
||||||
|
|
||||||
["dundee/gdu"]
|
["dundee/gdu"]
|
||||||
asset_filters = ["gdu_linux_amd64.tgz"]
|
asset_filters = ["gdu_linux_amd64.tgz", "^gdu_linux_amd64_static.tgz"]
|
||||||
|
target = "~/bin/gdu"
|
||||||
|
|
||||||
["profclems/glab"]
|
["profclems/glab"]
|
||||||
asset_filters = ["Linux_x86_64.tar.gz"]
|
asset_filters = ["Linux_x86_64.tar.gz"]
|
||||||
|
|
|
@ -11,7 +11,7 @@ export HISTFILESIZE="${HISTSIZE}"
|
||||||
export SAVEHIST=4096
|
export SAVEHIST=4096
|
||||||
export HISTCONTROL=ignoredups:erasedups
|
export HISTCONTROL=ignoredups:erasedups
|
||||||
export LESS='-R'
|
export LESS='-R'
|
||||||
export LS_COLORS="$LS_COLORS:ow=1;34:tw=1;34:"
|
export LS_COLORS="ow=1;34:tw=1;34:st=00;"
|
||||||
|
|
||||||
# add completions to fpath
|
# add completions to fpath
|
||||||
fpath=($DOTFILES_DIR/lib/completions $fpath)
|
fpath=($DOTFILES_DIR/lib/completions $fpath)
|
||||||
|
|
Loading…
Reference in a new issue