diff options
author | julian T <julian@jtle.dk> | 2018-12-20 18:10:01 +0100 |
---|---|---|
committer | julian T <julian@jtle.dk> | 2018-12-20 18:10:01 +0100 |
commit | 5dd81779ee6a99662fda008baad4bc3ff75fc5c7 (patch) | |
tree | 944b026b20961897b3b183781d6fe5af5c23eacc /.zshrc | |
parent | 613377643780dac31ceca30908e16157bb4dd5ce (diff) |
Updated openInRanger
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -65,7 +65,7 @@ source $ZSH/oh-my-zsh.sh # export MANPATH="/usr/local/man:$MANPATH" # You may need to manually set your language environment -# export LANG=en_US.UTF-8 +export LANG=en_US.UTF-8 # Preferred editor for local and remote sessions # if [[ -n $SSH_CONNECTION ]]; then @@ -144,3 +144,7 @@ PATH=/home/julian/.local/bin:$PATH export NVIM_PYTHON_LOG_FILE=/tmp/log export NVIM_PYTHON_LOG_LEVEL=DEBUG +alias rman="apropos . | shuf -n 1 | awk '{print $1}'| xargs man" + + +export TERM=st |