Remove easystroke and elvish
This commit is contained in:
parent
166ae3058a
commit
93b59447c7
File diff suppressed because one or more lines are too long
@ -1,2 +0,0 @@
|
||||
22 serialization::archive 17 0 18 0 0 0 0 1 4
|
||||
0 1 4 0 0 0 0 16 0 0 0 0 192 0 1 0 250 250 1 0 1 0 0 0 0 0 0 39064 257 257 65535 3 0 0 0 4 1 1 2.00000000000000000e+00 0 1 0 0 0 0 0 0
|
@ -1,45 +0,0 @@
|
||||
##############################
|
||||
##### prompt #####
|
||||
##############################
|
||||
# "tilde-abbr" abbreviates home directory to a tilde.
|
||||
# default prompt
|
||||
#edit:prompt = { styled (whoami) bold red; styled ✸ bold yellow; styled (hostname) cyan; put ' '; tilde-abbr $pwd; put '❱ ' }
|
||||
# custom prompt
|
||||
edit:prompt = { styled (whoami) bold red; styled ✸ bold yellow; styled (hostname) cyan; put ' '; styled (tilde-abbr $pwd) yellow; put '> ' }
|
||||
|
||||
# "constantly" returns a function that always writes the same value(s) to
|
||||
# output; "styled" writes styled output.
|
||||
# default rightprompt
|
||||
#edit:rprompt = (constantly (styled (whoami)✸(hostname) inverse))
|
||||
# custom rightprompt
|
||||
edit:rprompt = (constantly (put ''))
|
||||
|
||||
##############################
|
||||
##### completion #####
|
||||
##############################
|
||||
# make completion case insensitive
|
||||
edit:completion:matcher[''] = [seed]{ edit:match-prefix $seed &ignore-case=$true }
|
||||
|
||||
##############################
|
||||
##### aliases #####
|
||||
##############################
|
||||
# ls colored output
|
||||
fn ls [@a]{ e:ls --color $@a }
|
||||
|
||||
# emacs in terminal
|
||||
fn emacs [@a]{ /usr/bin/emacs --no-window-system $@a }
|
||||
|
||||
# use neovim instead of vim
|
||||
fn vim [@a]{ /usr/bin/nvim $@a }
|
||||
|
||||
# bash cat
|
||||
fn cat [@a]{ $E:HOME/scripts/pieces/cat.sh $@a }
|
||||
|
||||
# update config
|
||||
fn upconf [@a]{ $E:HOME/scripts/arch-config.sh $@a }
|
||||
|
||||
##############################
|
||||
##### other #####
|
||||
##############################
|
||||
# execute stuff
|
||||
neofetch
|
Loading…
Reference in New Issue
Block a user