Replace vertsplit characters
This commit is contained in:
parent
f52635b641
commit
9be742a99b
4 changed files with 16 additions and 38 deletions
15
.profile
15
.profile
|
|
@ -1,14 +1,8 @@
|
|||
# ~/.profile: executed by the command interpreter for login shells.
|
||||
# This file is not read by bash(1), if ~/.bash_profile or ~/.bash_login
|
||||
# exists.
|
||||
# see /usr/share/doc/bash/examples/startup-files for examples.
|
||||
# the files are located in the bash-doc package.
|
||||
export VISUAL=vim
|
||||
export EDITOR=vim
|
||||
export PAGER=less
|
||||
export BROWSER=/usr/bin/firefox
|
||||
|
||||
# the default umask is set in /etc/profile; for setting the umask
|
||||
# for ssh logins, install and configure the libpam-umask package.
|
||||
#umask 022
|
||||
VISUAL=vim
|
||||
EDITOR=vim
|
||||
|
||||
SSH_ENV="$HOME/.ssh/environment"
|
||||
function start_agent {
|
||||
|
|
@ -37,5 +31,4 @@ if [ -n "$BASH_VERSION" ]; then
|
|||
fi
|
||||
fi
|
||||
|
||||
# set PATH so it includes user's private bin directories
|
||||
PATH="$HOME/bin:$HOME/.local/bin:$HOME/.bin/:$HOME/dotfiles/scripts/:$PATH"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue