clean up profile file
This commit is contained in:
parent
c2af646c0d
commit
9798683d6d
12
profile
12
profile
@ -14,16 +14,14 @@ export CARGO_HOME="$HOME/.cargo"
|
|||||||
export RBENV_HOME="$HOME/.rbenv"
|
export RBENV_HOME="$HOME/.rbenv"
|
||||||
export PATH="$HOME/.local/bin:$CABAL_HOME/bin:$RBENV_HOME/shims:$CARGO_HOME/bin:$JAVA_HOME/bin:$PATH"
|
export PATH="$HOME/.local/bin:$CABAL_HOME/bin:$RBENV_HOME/shims:$CARGO_HOME/bin:$JAVA_HOME/bin:$PATH"
|
||||||
|
|
||||||
# Ledger settings
|
# Environmental settings
|
||||||
export LEDGER_FILE="/data/documents/ledger.dat"
|
|
||||||
|
|
||||||
# For vim
|
|
||||||
export EDITOR="vis"
|
export EDITOR="vis"
|
||||||
#stty -ixon # turn of <C-s> for vimshell
|
export LEDGER_FILE="/data/documents/ledger.dat"
|
||||||
|
export LESSHISTFILE=-
|
||||||
# Searching
|
|
||||||
export FZF_DEFAULT_COMMAND='(git ls-files -co --exclude-standard || rg --files) 2> /dev/null'
|
export FZF_DEFAULT_COMMAND='(git ls-files -co --exclude-standard || rg --files) 2> /dev/null'
|
||||||
|
|
||||||
|
#stty -ixon # disable <C-s>
|
||||||
|
|
||||||
# Start X if we're in tty1
|
# Start X if we're in tty1
|
||||||
xsession() {
|
xsession() {
|
||||||
startx 2>&1 || vlock
|
startx 2>&1 || vlock
|
||||||
|
Loading…
Reference in New Issue
Block a user