Skip to content

Commit

Permalink
Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tommeier committed Nov 7, 2019
1 parent 551783f commit cc16392
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions bash/aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@ alias m=$EDITOR

# SSH Key removal
alias remove_ssh_host="sed -i'' -e '$1 d' ~/.ssh/known_hosts"

#alias otp generation for 1password via yubikey
alias 1p="ykman oath code 1p"
4 changes: 2 additions & 2 deletions psqlrc
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
\set QUIET 1

-- http://www.postgresql.org/docs/9.3/static/app-psql.html#APP-PSQL-PROMPTING
\set PROMPT1 '%[%033[1m%]%x%n@%/:%>%R%[%033[0m%]%# '
\set PROMPT1 '%[%033[1m%]%x%n@%/:%>%R>%[%033[0m%]% '
-- PROMPT2 is printed when the prompt expects more input, like when you type
-- SELECT * FROM<enter>. %R shows what type of input it expects.
\set PROMPT2 '%[%033[1m%]%x[...] %R # %033[0m% '
\set PROMPT2 '%[%033[1m%]%x[...] %R>%[%033[0m%]% '

-- Errors are ignored in interactive sessions,
-- and not when reading script files.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
[
"subpixel_antialias"
],
"font_size": 20.0,
"font_size": 16.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": false,
Expand Down

0 comments on commit cc16392

Please sign in to comment.