Compare commits
No commits in common. "94b9c83508af8609b4b5ccb8a6115213724f521b" and "ef12bdf22088ff2aaf05561c44e3f27a8b4f2a30" have entirely different histories.
94b9c83508
...
ef12bdf220
2 changed files with 5 additions and 6 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 = "~/bin/gh"
|
target = "gh"
|
||||||
|
|
||||||
["dandavison/delta"]
|
["dandavison/delta"]
|
||||||
asset_filters = ["x86_64-unknown-linux-gnu"]
|
asset_filters = ["x86_64-unknown-linux-gnu"]
|
||||||
|
@ -28,8 +28,7 @@ asset_filters = ["x86_64-unknown-linux-gnu"]
|
||||||
["junegunn/fzf"]
|
["junegunn/fzf"]
|
||||||
|
|
||||||
["dundee/gdu"]
|
["dundee/gdu"]
|
||||||
asset_filters = ["gdu_linux_amd64.tgz", "^gdu_linux_amd64_static.tgz"]
|
asset_filters = ["gdu_linux_amd64.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="ow=1;34:tw=1;34:st=00;"
|
export LS_COLORS="$LS_COLORS:ow=1;34:tw=1;34:"
|
||||||
|
|
||||||
# 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